Skip to content

Commit aa149bc

Browse files
author
y-p
committed
Style: fixed matplotlib style json, and instructions
1 parent c3f4506 commit aa149bc

File tree

1 file changed

+21
-95
lines changed

1 file changed

+21
-95
lines changed

styles/bmh_matplotlibrc.json

Lines changed: 21 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,23 @@
11
{
2-
"axes.axisbelow": true,
3-
"axes.color_cycle": [
4-
"#348ABD",
5-
"#7A68A6",
6-
"#A60628",
7-
"#467821",
8-
"#CF4457",
9-
"#188487",
10-
"#E24A33"
11-
],
12-
"axes.edgecolor": "#bcbcbc",
13-
"axes.facecolor": "#eeeeee",
14-
"axes.grid": true,
15-
"axes.labelcolor": "#555555",
16-
"axes.labelsize": "large",
17-
"axes.linewidth": 1.0,
18-
"axes.titlesize": "x-large",
19-
"figure.edgecolor": "white",
20-
"figure.facecolor": "white",
21-
"figure.figsize": [
22-
6.0,
23-
4.0
24-
],
25-
"figure.subplot.hspace": 0.5,
26-
"font.family": "monospace",
27-
"font.monospace": [
28-
"Andale Mono",
29-
"Nimbus Mono L",
30-
"Courier New",
31-
"Courier",
32-
"Fixed",
33-
"Terminal",
34-
"monospace"
35-
],
36-
"font.size": 10,
37-
"interactive": true,
38-
"keymap.all_axes": [
39-
"a"
40-
],
41-
"keymap.back": [
42-
"left",
43-
"c",
44-
"backspace"
45-
],
46-
"keymap.forward": [
47-
"right",
48-
"v"
49-
],
50-
"keymap.fullscreen": [
51-
"f"
52-
],
53-
"keymap.grid": [
54-
"g"
55-
],
56-
"keymap.home": [
57-
"h",
58-
"r",
59-
"home"
60-
],
61-
"keymap.pan": [
62-
"p"
63-
],
64-
"keymap.save": [
65-
"s"
66-
],
67-
"keymap.xscale": [
68-
"L",
69-
"k"
70-
],
71-
"keymap.yscale": [
72-
"l"
73-
],
74-
"keymap.zoom": [
75-
"o"
76-
],
77-
"legend.fancybox": true,
78-
"lines.antialiased": true,
79-
"lines.linewidth": 1.0,
80-
"patch.antialiased": true,
81-
"patch.edgecolor": "#EEEEEE",
82-
"patch.facecolor": "#348ABD",
83-
"patch.linewidth": 0.5,
84-
"toolbar": "toolbar2",
85-
"xtick.color": "#555555",
86-
"xtick.direction": "in",
87-
"xtick.major.pad": 6.0,
88-
"xtick.major.size": 0.0,
89-
"xtick.minor.pad": 6.0,
90-
"xtick.minor.size": 0.0,
91-
"ytick.color": "#555555",
92-
"ytick.direction": "in",
93-
"ytick.major.pad": 6.0,
94-
"ytick.major.size": 0.0,
95-
"ytick.minor.pad": 6.0,
96-
"ytick.minor.size": 0.0
2+
"lines.linewidth": 2.0,
3+
"examples.download": true,
4+
"axes.edgecolor": "#bcbcbc",
5+
"patch.linewidth": 0.5,
6+
"legend.fancybox": true,
7+
"axes.color_cycle": [
8+
"#348ABD",
9+
"#A60628",
10+
"#7A68A6",
11+
"#467821",
12+
"#CF4457",
13+
"#188487",
14+
"#E24A33"
15+
],
16+
"axes.facecolor": "#eeeeee",
17+
"axes.labelsize": "large",
18+
"axes.grid": true,
19+
"patch.edgecolor": "#eeeeee",
20+
"axes.titlesize": "x-large",
21+
"svg.embed_char_paths": "path",
22+
"examples.directory": ""
9723
}

0 commit comments

Comments
 (0)