Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # file: nicoguaro-doc.mplstyle
  2. # author: Nicolas Guarin-Zapata
  3. # description: style sheet for Matplotlib figures.
  4.  
  5.  
  6. font.family : serif
  7. font.style : normal
  8. font.weight : normal
  9. font.size : 14
  10.  
  11. text.color : black
  12. text.usetex : False
  13.  
  14. axes.facecolor : E5E5E5
  15. axes.edgecolor : bcbcbc
  16. axes.labelsize : 14
  17. axes.labelcolor : black
  18. axes.linewidth : 0.0
  19. axes.titlesize : 14
  20. axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E24A33'])
  21.  
  22. lines.linewidth : 1.0
  23. lines.linestyle : -
  24. lines.markersize : 6
  25. lines.markeredgewidth : 0.0
  26.  
  27. patch.edgecolor : white
  28.  
  29. xtick.color : black
  30. xtick.direction : in
  31. xtick.labelsize : 14
  32.  
  33. ytick.color : black
  34. ytick.direction : in
  35. ytick.labelsize : 14
  36.  
  37. grid.color : white
  38. grid.linestyle : -
  39. grid.linewidth : 1.0
  40.  
  41. figure.figsize : 7, 5
  42. figure.facecolor : white
  43. figure.edgecolor : black
  44. figure.dpi : 100
  45. figure.autolayout : True
  46.  
  47. legend.fancybox : True
  48. legend.frameon : True
  49. legend.fontsize : 12
  50. legend.loc : best
  51.  
  52. savefig.dpi : 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement