Skip to content

Commit d248d72

Browse files
committed
fix axis width
1 parent 71af036 commit d248d72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/smplotlib/smplot.mplstyle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ mathtext.default: it # The default font to use for math.
361361
## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes
362362
#axes.facecolor: white # axes background color
363363
#axes.edgecolor: black # axes edge color
364-
axes.linewidth: 0.7 # edge line width
364+
axes.linewidth: 1.0 # edge line width
365365
#axes.grid: False # display grid or not
366366
#axes.grid.axis: both # which axis the grid should apply to
367367
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
381381
# - above patches but below lines ('line')
382382
# - above all (False)
383383

384-
axes.formatter.limits: -3, 3 # use scientific notation if log10
384+
axes.formatter.limits: -4, 4 # use scientific notation if log10
385385
# of the axis range is smaller than the
386386
# first or larger than the second
387387
axes.formatter.use_locale: False # When True, format tick labels
@@ -390,8 +390,8 @@ axes.formatter.use_locale: False # When True, format tick labels
390390
# separator in the fr_FR locale.
391391
axes.formatter.use_mathtext: True # When True, use mathtext for scientific
392392
# 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
395395
# will default to labeling ticks relative
396396
# to an offset when the data range is
397397
# small compared to the minimum absolute

0 commit comments

Comments
 (0)