@@ -361,7 +361,7 @@ mathtext.default: it # The default font to use for math.
361
361
## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes
362
362
#axes.facecolor: white # axes background color
363
363
#axes.edgecolor: black # axes edge color
364
- axes.linewidth: 0.7 # edge line width
364
+ axes.linewidth: 1.0 # edge line width
365
365
#axes.grid: False # display grid or not
366
366
#axes.grid.axis: both # which axis the grid should apply to
367
367
axes.grid.which: major # grid lines at {major, minor, both} ticks
@@ -381,7 +381,7 @@ axes.labelweight: normal # weight of the x and y labels
381
381
# - above patches but below lines ('line')
382
382
# - above all (False)
383
383
384
- axes.formatter.limits: -3, 3 # use scientific notation if log10
384
+ axes.formatter.limits: -4, 4 # use scientific notation if log10
385
385
# of the axis range is smaller than the
386
386
# first or larger than the second
387
387
axes.formatter.use_locale: False # When True, format tick labels
@@ -390,8 +390,8 @@ axes.formatter.use_locale: False # When True, format tick labels
390
390
# separator in the fr_FR locale.
391
391
axes.formatter.use_mathtext: True # When True, use mathtext for scientific
392
392
# notation.
393
- # axes.formatter.min_exponent: 0 # minimum exponent to format in scientific notation
394
- # axes.formatter.useoffset: True # If True, the tick label formatter
393
+ axes.formatter.min_exponent: 4 # minimum exponent to format in scientific notation
394
+ axes.formatter.useoffset: False # If True, the tick label formatter
395
395
# will default to labeling ticks relative
396
396
# to an offset when the data range is
397
397
# small compared to the minimum absolute
0 commit comments