We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2783bde commit d6fecccCopy full SHA for d6feccc
data/kChangesMatplotLibStyles.mplstyle
@@ -1,25 +1,25 @@
1
axes.linewidth: 2
2
-axes.facecolor: #9F9F9F
3
-axes.grid.axis: True
+axes.facecolor: "#9F9F9F"
+axes.grid.axis: both
4
5
-grid.color: #C6C8CB
+grid.color: "#C6C8CB"
6
grid.linewidth: 1
7
8
axes.spines.left: False
9
axes.spines.right: False
10
axes.spines.top: False
11
axes.spines.bottom: True
12
-axes.edgecolor: #C6C8CB
+axes.edgecolor: "#C6C8CB"
13
14
xtick.bottom: False
15
xtick.top: False
16
ytick.left: False
17
xtick.labeltop: True
18
xtick.labelbottom: False
19
ytick.labelleft: False
20
-xtick.color: #C6C8CB
+xtick.color: "#C6C8CB"
21
22
-text.color: #C6C8CB
+text.color: "#C6C8CB"
23
font.size: 10
24
25
lines.marker: o
0 commit comments