Skip to content

Commit

Permalink
label sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Apr 27, 2021
1 parent 4ccb413 commit 65abba6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/conf.py
Expand Up @@ -95,3 +95,20 @@
# html_css_files = [
# "cmastro.css"
# ]

plot_apply_rcparams = True
plot_rcparams = mpl_style = {
# Font
'figure.titlesize': 'x-large',

# Axes
'axes.titlesize': 'large',
'axes.labelsize': 'large',
'axes.axisbelow': True,

'xtick.labelsize': 'medium',
'ytick.labelsize': 'medium',

'figure.dpi': 300,
'savefig.dpi': 300,
}

0 comments on commit 65abba6

Please sign in to comment.