Nice configuration for paper-quality plots using matplotlib.
based on carlos' plot configuration
Carlos Garcia 09edc040f7 First version of the most awesome paper-plot configuration for matplotlib. | 7 years ago | |
---|---|---|
README.md | 7 years ago | |
paper-plots.py | 7 years ago |
Nice configuration for paper-quality plots using matplotlib.
The python file includes two functions. Before creating a plot, call pre_paper_plot()
and after the plot is created, but before showing it, call post_paper_plot()
.
True
, change the plot to be paper friendly. False
disables the paper-friendly plotting.True
(default), change the plot to be paper friendly. False
disables the changes.True
to make the plot friendly for black and white printing. Adds different line styles to line-plots.True
, do not display the top and right plot bounding lines (known as splines)