8000 STY: Fix grid and tick direction in bmh style. by QuLogic · Pull Request #6019 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/bmh.mplstyle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ axes.titlesize: x-large
axes.labelsize: large
axes.prop_cycle: cycler('color', ['348ABD', 'A60628', '7A68A6', '467821', 'D55E00', 'CC79A7', '56B4E9', '009E73', 'F0E442', '0072B2'])

grid.color: b2b2b2
grid.linestyle: --
grid.linewidth: 0.5

legend.fancybox: True

xtick.direction: in
ytick.direction: in
2 changes: 1 addition & 1 deletion lib/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ savefig.edgecolor: f0f0f0
savefig.facecolor: f0f0f0

figure.subplot.left: 0.08
figure.subplot.right: 0.95
figure.subplot.right: 0.95
figure.subplot.bottom: 0.07
figure.facecolor: f0f0f0
0