Matplotlib Style Editor
Loading Pyodide...
matplotlibrc
#### MATPLOTLIBRC FORMAT ## This is a sample matplotlib configuration file. ## Uncomment a line to change the setting. ## See https://matplotlib.org/stable/users/explain/customizing.html ## BACKENDS #backend: Agg ## LINES #lines.linewidth: 1.5 #lines.linestyle: - #lines.color: C0 #lines.marker: None #lines.markerfacecolor: auto #lines.markeredgecolor: auto #lines.markeredgewidth: 1.0 #lines.markersize: 6.0 #lines.antialiased: True ## FONT #font.family: sans-serif #font.style: normal #font.variant: normal #font.weight: normal #font.stretch: normal #font.size: 10.0 ## AXES #axes.facecolor: white #axes.edgecolor: black #axes.linewidth: 0.8 #axes.grid: False #axes.grid.axis: both #axes.grid.which: major #axes.titlesize: large #axes.titleweight: normal #axes.titlecolor: auto #axes.titlelocation: center #axes.titlepad: 6.0 #axes.labelsize: medium #axes.labelpad: 4.0 #axes.labelweight: normal #axes.labelcolor: black #axes.axisbelow: line #axes.prop_cycle: cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf']) ## TICKS #xtick.top: False #xtick.bottom: True #xtick.labeltop: False #xtick.labelbottom: True #xtick.major.size: 3.5 #xtick.minor.size: 2.0 #xtick.major.width: 0.8 #xtick.minor.width: 0.6 #xtick.major.pad: 3.5 #xtick.minor.pad: 3.4 #xtick.color: black #xtick.labelsize: medium #xtick.direction: out #xtick.minor.visible: False #xtick.major.top: True #xtick.major.bottom: True #xtick.minor.top: True #xtick.minor.bottom: True #ytick.left: True #ytick.right: False #ytick.labelleft: True #ytick.labelright: False #ytick.major.size: 3.5 #ytick.minor.size: 2.0 #ytick.major.width: 0.8 #ytick.minor.width: 0.6 #ytick.major.pad: 3.5 #ytick.minor.pad: 3.4 #ytick.color: black #ytick.labelsize: medium #ytick.direction: out #ytick.minor.visible: False #ytick.major.left: True #ytick.major.right: True #ytick.minor.left: True #ytick.minor.right: True ## LEGEND #legend.loc: best #legend.frameon: True #legend.framealpha: 0.8 #legend.facecolor: inherit #legend.edgecolor: 0.8 #legend.fancybox: True #legend.shadow: False #legend.numpoints: 1 #legend.scatterpoints: 1 #legend.markerscale: 1.0 #legend.fontsize: medium #legend.title_fontsize: None #legend.borderpad: 0.4 #legend.labelspacing: 0.5 #legend.handlelength: 2.0 #legend.handleheight: 0.7 #legend.handletextpad: 0.8 #legend.borderaxespad: 0.5 #legend.columnspacing: 2.0 ## FIGURE #figure.titlesize: large #figure.titleweight: normal #figure.figsize: 6.4, 4.8 #figure.dpi: 100 #figure.facecolor: white #figure.edgecolor: white #figure.autolayout: False #figure.subplot.left: 0.125 #figure.subplot.right: 0.9 #figure.subplot.bottom: 0.11 #figure.subplot.top: 0.88 #figure.subplot.wspace: 0.2 #figure.subplot.hspace: 0.2 ## SAVING FIGURES #savefig.dpi: figure #savefig.facecolor: auto #savefig.edgecolor: auto #savefig.format: png #savefig.bbox: standard #savefig.pad_inches: 0.1 #savefig.transparent: False
Loading Pyodide...
no warnings