Skip to content

Commit

Permalink
Fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Jan 8, 2024
1 parent 51de9ae commit d2876bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
autoclass_content = "class"
numpydoc_show_class_members = False

# setting plot direction
# setting plot directive
plot_include_source = True
plot_html_show_source_link = False
plot_html_show_formats = False
plot_formats = ['svg']
plot_formats = [('png', 200)]
plot_rcparams = {'savefig.bbox': 'tight',
'font.family': 'Lato',
'xtick.color': '.15',
Expand All @@ -44,8 +44,8 @@
'xtick.minor.size': 0,
'ytick.minor.size': 0,
'axes.prop_cycle': cycler('color',
['5A5B9F', 'D94F70', '009473',
'F0C05A', '7BC4C4', 'FF6F61']),
['#5A5B9F', '#D94F70', '#009473',
'#F0C05A', '#7BC4C4', '#FF6F61']),
'legend.borderpad': 0.,
'legend.labelspacing': 0.5,
'legend.handlelength': 1.0,
Expand Down

0 comments on commit d2876bb

Please sign in to comment.