I am done

This commit is contained in:
2024-10-30 22:14:35 +01:00
parent 720dc28c09
commit 40e2a747cf
36901 changed files with 5011519 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# This style is used for the plot_types gallery. It is considered private.
axes.grid: False
axes.axisbelow: True
figure.figsize: 2, 2
# make it so the axes labels don't show up. Obviously
# not good style for any quantitative analysis:
figure.subplot.left: 0.01
figure.subplot.right: 0.99
figure.subplot.bottom: 0.01
figure.subplot.top: 0.99
xtick.major.size: 0.0
ytick.major.size: 0.0
# colors:
image.cmap : Blues
axes.prop_cycle: cycler('color', ['1f77b4', '82bbdb', 'ccdff1'])