Here you can see the full list of changes between each mpltex
release.
- Fix a warning of text.latex.preamble.
- Now should be fully compatible with Python 3 and Should also work with Python 2.
- Revert some default format to MPL v1 for higher MPL versions.
- Released at July 22nd, 2020.
- Update homepage URL from http://www.ngpy.org to http://www.yxliu.group.
- Add Python 3 compatibility
- Update README.rst
- Replace
brewer2mpl
withpalettable
- Add color schemes tableau_10 and tableau_20
- Change default color scheme to tableau_10
- Remove
nextlinestyle
- Add
linestyles
as a short name forlinestyle_generator
- Add a tutorial jupyter notebook
- Using prop_cycle instead of color_cycle as required by matplotlib.
- Add aps_decorator for APS plots.
- Tweak default color cycle.
- Replace text.fontsize by font.size in rcParams to be compatible with
matplotlib
1.4.2+.
- Add rsc_decorator.
- Use Helvetica font for all plots.
- Fix an serious error in the sample code in README.
- The same as v0.2.1.
- Enable
linestyle_generator
to accept empty list andNone
keyword. - Change the storage location for version number.
- Replace
nextlinestyle
withlinestyle_generator
.
- Fix
numpy
not imported bug.
- Fix some important typos in the demo code in README.
- Support Publishers (ACS), Presentation, and Web formats.
- Release at Sep. 4th, 2014
- Sep. 19th, 2012