From 0da3672c71797578b3a29549338bdce1e74966aa Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 9 Apr 2023 16:45:36 +0200 Subject: [PATCH] make matplotlibrc work better with jupyter --- profiles/base/.config/matplotlib/matplotlibrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/base/.config/matplotlib/matplotlibrc b/profiles/base/.config/matplotlib/matplotlibrc index 7d86663..8c6a22c 100644 --- a/profiles/base/.config/matplotlib/matplotlibrc +++ b/profiles/base/.config/matplotlib/matplotlibrc @@ -49,12 +49,12 @@ backend_fallback: True ### LINES # See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more # information on line properties. -lines.linewidth : 1.5 # line width in points +lines.linewidth : 1.5 # 1.0 # line width in points #lines.linestyle : - # solid line #lines.color : C0 # has no affect on plot(); see axes.prop_cycle #lines.marker : None # the default marker #lines.markeredgewidth : 1.0 # the line width around the marker symbol -lines.markersize : 6 # markersize, in points +#lines.markersize : 6 # markersize, in points #lines.dash_joinstyle : miter # miter|round|bevel #lines.dash_capstyle : butt # butt|round|projecting #lines.solid_joinstyle : miter # miter|round|bevel @@ -174,7 +174,7 @@ boxplot.medianprops.color : k # settings for axes and ticks. Special text sizes can be defined # relative to font.size, using the following values: xx-small, x-small, # small, medium, large, x-large, xx-large, larger, or smaller -font.size : 12 +#font.size : 12 #font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif #font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif #font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive @@ -387,8 +387,8 @@ legend.fontsize : 8 # 10 # See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure #figure.titlesize : large # size of the figure title (Figure.suptitle()) #figure.titleweight : normal # weight of the figure title -figure.figsize : 6.4,4.8 # figure size in inches -figure.dpi : 300 # figure dots per inch +#figure.figsize : 6.4,4.8 # figure size in inches +#figure.dpi : 300 # figure dots per inch #figure.facecolor : white # figure facecolor; 0.75 is scalar gray # figure.edgecolor : white # figure edgecolor figure.autolayout : True # When True, automatically adjust subplot