Solarize_Light2.mplstyle 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Solarized color palette taken from http://ethanschoonover.com/solarized
  2. # Inspired by, and copied from ggthemes https://github.com/jrnold/ggthemes
  3. #TODO:
  4. # 1. Padding to title from face
  5. # 2. Remove top & right ticks
  6. # 3. Give Title a Magenta Color(?)
  7. #base00 ='#657b83'
  8. #base01 ='#93a1a1'
  9. #base2 ='#eee8d5'
  10. #base3 ='#fdf6e3'
  11. #base01 ='#586e75'
  12. #Magenta ='#d33682'
  13. #Blue ='#268bd2'
  14. #cyan ='#2aa198'
  15. #violet ='#6c71c4'
  16. #green ='#859900'
  17. #orange ='#cb4b16'
  18. figure.facecolor : FDF6E3
  19. patch.antialiased : True
  20. lines.linewidth : 2.0
  21. lines.solid_capstyle: butt
  22. axes.titlesize : 16
  23. axes.labelsize : 12
  24. axes.labelcolor : 657b83
  25. axes.facecolor : eee8d5
  26. axes.edgecolor : eee8d5
  27. axes.axisbelow : True
  28. axes.prop_cycle : cycler('color', ['268BD2', '2AA198', '859900', 'B58900', 'CB4B16', 'DC322F', 'D33682', '6C71C4'])
  29. # Blue
  30. # Cyan
  31. # Green
  32. # Yellow
  33. # Orange
  34. # Red
  35. # Magenta
  36. # Violet
  37. axes.grid : True
  38. grid.color : fdf6e3 # grid color
  39. grid.linestyle : - # line
  40. grid.linewidth : 1 # in points
  41. ### TICKS
  42. xtick.color : 657b83
  43. xtick.direction : out
  44. ytick.color : 657b83
  45. ytick.direction : out