mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Examples updated, minor bug fixes
This commit is contained in:
parent
e7ea0df660
commit
1d74e8c4f4
12 changed files with 1886 additions and 1717 deletions
30
examples/base_style.mplstyle
Normal file
30
examples/base_style.mplstyle
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Base mplstyle, Fabian Joswig, 2021
|
||||
font.size: 12
|
||||
|
||||
lines.marker : o
|
||||
lines.markersize : 6
|
||||
lines.linewidth : 1.0
|
||||
lines.linestyle : none
|
||||
|
||||
font.family: serif
|
||||
|
||||
axes.labelsize : 14
|
||||
|
||||
xtick.labelsize : 12
|
||||
|
||||
ytick.labelsize : 12
|
||||
|
||||
figure.dpi : 100
|
||||
figure.figsize : 6.4, 3.9555 # figure size in inches, golden ratio
|
||||
figure.subplot.left : 0.125 # the left side of the subplots of the figure
|
||||
figure.subplot.right : 0.95 # the right side of the subplots of the figure
|
||||
figure.subplot.bottom : 0.125 # the bottom of the subplots of the figure
|
||||
figure.subplot.top : 0.95 # the top of the subplots of the figure
|
||||
|
||||
errorbar.capsize : 3.4641016 # sqrt(markersize * 2)
|
||||
|
||||
legend.fontsize : 12
|
||||
legend.frameon : False
|
||||
|
||||
savefig.transparent : True
|
||||
savefig.dpi : 300
|
Loading…
Add table
Add a link
Reference in a new issue