Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab191f8

Browse files
committed
Merge pull request #6019 from QuLogic/custom-style-update
STY: Fix grid and tick direction in bmh style.
2 parents 46a878b + daa9b51 commit ab191f8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/matplotlib/mpl-data/stylelib/bmh.mplstyle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ axes.titlesize: x-large
1919
axes.labelsize: large
2020
axes.prop_cycle: cycler('color', ['348ABD', 'A60628', '7A68A6', '467821', 'D55E00', 'CC79A7', '56B4E9', '009E73', 'F0E442', '0072B2'])
2121

22+
grid.color: b2b2b2
23+
grid.linestyle: --
24+
grid.linewidth: 0.5
25+
2226
legend.fancybox: True
2327

28+
xtick.direction: in
29+
ytick.direction: in

lib/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ savefig.edgecolor: f0f0f0
3535
savefig.facecolor: f0f0f0
3636

3737
figure.subplot.left: 0.08
38-
figure.subplot.right: 0.95
38+
figure.subplot.right: 0.95
3939
figure.subplot.bottom: 0.07
4040
figure.facecolor: f0f0f0

0 commit comments

Comments
 (0)