seaborn-white.mplstyle 665 B

123456789101112131415161718192021222324252627282930
  1. # Seaborn common parameters
  2. # .15 = dark_gray
  3. # .8 = light_gray
  4. figure.facecolor: white
  5. text.color: .15
  6. axes.labelcolor: .15
  7. legend.frameon: False
  8. legend.numpoints: 1
  9. legend.scatterpoints: 1
  10. xtick.direction: out
  11. ytick.direction: out
  12. xtick.color: .15
  13. ytick.color: .15
  14. axes.axisbelow: True
  15. image.cmap: Greys
  16. font.family: sans-serif
  17. font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
  18. grid.linestyle: -
  19. lines.solid_capstyle: round
  20. # Seaborn white parameters
  21. axes.grid: False
  22. axes.facecolor: white
  23. axes.edgecolor: .15
  24. axes.linewidth: 1.25
  25. grid.color: .8
  26. xtick.major.size: 0
  27. ytick.major.size: 0
  28. xtick.minor.size: 0
  29. ytick.minor.size: 0