Skip to content

Commit 14480e4

Browse files
committed
Update to bmh_matplotlibrc.json
Running this code on ipython notebook 3.1 with matplotlib 1.4.3 on python 3.4.1 on windows, I was generating errors: svg.embedded_char_paths is depreciated and replaced with svg.fonttype and examples.download is not a valid rc parameter
1 parent 893ecde commit 14480e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/bmh_matplotlibrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"lines.linewidth": 2.0,
3-
"examples.download": true,
43
"axes.edgecolor": "#bcbcbc",
54
"patch.linewidth": 0.5,
65
"legend.fancybox": true,
@@ -18,6 +17,6 @@
1817
"axes.grid": true,
1918
"patch.edgecolor": "#eeeeee",
2019
"axes.titlesize": "x-large",
21-
"svg.embed_char_paths": "path",
20+
"svg.fonttype": "path",
2221
"examples.directory": ""
2322
}

0 commit comments

Comments
 (0)