Skip to content

Commit

Permalink
Style: fixed matplotlib style json, and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Mar 23, 2013
1 parent c3f4506 commit aa149bc
Showing 1 changed file with 21 additions and 95 deletions.
116 changes: 21 additions & 95 deletions styles/bmh_matplotlibrc.json
Original file line number Diff line number Diff line change
@@ -1,97 +1,23 @@
{
"axes.axisbelow": true,
"axes.color_cycle": [
"#348ABD",
"#7A68A6",
"#A60628",
"#467821",
"#CF4457",
"#188487",
"#E24A33"
],
"axes.edgecolor": "#bcbcbc",
"axes.facecolor": "#eeeeee",
"axes.grid": true,
"axes.labelcolor": "#555555",
"axes.labelsize": "large",
"axes.linewidth": 1.0,
"axes.titlesize": "x-large",
"figure.edgecolor": "white",
"figure.facecolor": "white",
"figure.figsize": [
6.0,
4.0
],
"figure.subplot.hspace": 0.5,
"font.family": "monospace",
"font.monospace": [
"Andale Mono",
"Nimbus Mono L",
"Courier New",
"Courier",
"Fixed",
"Terminal",
"monospace"
],
"font.size": 10,
"interactive": true,
"keymap.all_axes": [
"a"
],
"keymap.back": [
"left",
"c",
"backspace"
],
"keymap.forward": [
"right",
"v"
],
"keymap.fullscreen": [
"f"
],
"keymap.grid": [
"g"
],
"keymap.home": [
"h",
"r",
"home"
],
"keymap.pan": [
"p"
],
"keymap.save": [
"s"
],
"keymap.xscale": [
"L",
"k"
],
"keymap.yscale": [
"l"
],
"keymap.zoom": [
"o"
],
"legend.fancybox": true,
"lines.antialiased": true,
"lines.linewidth": 1.0,
"patch.antialiased": true,
"patch.edgecolor": "#EEEEEE",
"patch.facecolor": "#348ABD",
"patch.linewidth": 0.5,
"toolbar": "toolbar2",
"xtick.color": "#555555",
"xtick.direction": "in",
"xtick.major.pad": 6.0,
"xtick.major.size": 0.0,
"xtick.minor.pad": 6.0,
"xtick.minor.size": 0.0,
"ytick.color": "#555555",
"ytick.direction": "in",
"ytick.major.pad": 6.0,
"ytick.major.size": 0.0,
"ytick.minor.pad": 6.0,
"ytick.minor.size": 0.0
"lines.linewidth": 2.0,
"examples.download": true,
"axes.edgecolor": "#bcbcbc",
"patch.linewidth": 0.5,
"legend.fancybox": true,
"axes.color_cycle": [
"#348ABD",
"#A60628",
"#7A68A6",
"#467821",
"#CF4457",
"#188487",
"#E24A33"
],
"axes.facecolor": "#eeeeee",
"axes.labelsize": "large",
"axes.grid": true,
"patch.edgecolor": "#eeeeee",
"axes.titlesize": "x-large",
"svg.embed_char_paths": "path",
"examples.directory": ""
}

0 comments on commit aa149bc

Please sign in to comment.