bmh_matplotlibrc.json 443 B

12345678910111213141516171819202122
  1. {
  2. "lines.linewidth": 2.0,
  3. "axes.edgecolor": "#bcbcbc",
  4. "patch.linewidth": 0.5,
  5. "legend.fancybox": true,
  6. "axes.color_cycle": [
  7. "#348ABD",
  8. "#A60628",
  9. "#7A68A6",
  10. "#467821",
  11. "#CF4457",
  12. "#188487",
  13. "#E24A33"
  14. ],
  15. "axes.facecolor": "#eeeeee",
  16. "axes.labelsize": "large",
  17. "axes.grid": true,
  18. "patch.edgecolor": "#eeeeee",
  19. "axes.titlesize": "x-large",
  20. "svg.fonttype": "path",
  21. "examples.directory": ""
  22. }