address Scott’s feedback on the basal ganglia tutorial #498
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addressing Scott’s feedback on the basal ganglia tutorial.
1
Below the image at the beginning of the tutorial, I added:
Neuroblox.jl/docs/src/tutorials/basal_ganglia.jl
Line 8 in c7f7cb2
2
@harisorgn, what do you suggest for this?
I used
over something like what is used in the "Bottom-up construction of a neural assembly" tutorial:
just because it was much more concise and simple. But Scott is right that we need to use coherent plotting functions across tutorials. What do you suggest? I think Helmut had suggested including a new plot recipe for plotting variables of individual neurons (such as voltage). In that case, we could use it for these plots.
3
After #496 is merged, this would be simplified, eg. changing
to
I think after this simplification, it would be OK to include the firing rates calculations, right? I'll change
# Computing firing rates for comparison
to# Compute firing rates for comparison
in order to maintain consistency.4
This seems to be due to some difference in the randomness. Even though I set a random seed for reproducibility at the beginning of the tutorial, something (perhaps running it with a different number of threads) could be affecting this. In any case, since the qualitative results are maintained, I think this should be acceptable.
5
Change:
Neuroblox.jl/docs/src/tutorials/basal_ganglia.jl
Line 73 in c7f7cb2
6
Bellow the last MSN power spectrum plot, I added:
Neuroblox.jl/docs/src/tutorials/basal_ganglia.jl
Line 88 in c7f7cb2
Other
Besides the changes in this PR, when #495 is merged, the power spectrum calls will be also much cleaner, without having to specify alpha, beta and gamma labels positions.