mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
make matplotlibrc work better with jupyter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user