Skip to content

Commit

Permalink
Merge pull request #202 from jhnnsnk/review
Browse files Browse the repository at this point in the history
REVIEW: ```base_plotting_params.py```
  • Loading branch information
jhnnsnk authored Sep 25, 2023
2 parents 893e5c3 + cbbeeb2 commit 6e5ae6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mesocircuit/parameterization/base_plotting_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

plot_dict = {

# plot format (use '.eps' for final figures)
# TODO: inkscape etc. for eps conversion not available on JURECA
# plot format, for details on conversion options see custom function
# savefig()
'extension': '.pdf',

# figure width for the J Neurosci (in inch):
Expand Down Expand Up @@ -81,7 +81,7 @@
'distr_max_rate': 10.,
# maximum bin for LV distributions, first is at 0
'distr_max_lv': 2.,
# maximum bin for CC distributions, symmetrically around 0)
# maximum bin for CC distributions, symmetrically around 0
'distr_max_cc': 0.02,

# maximum frequency to show for PSDs (in Hz)
Expand Down

0 comments on commit 6e5ae6b

Please sign in to comment.