Skip to content

Latest commit

 

History

History
101 lines (66 loc) · 1.88 KB

CHANGELOG.rst

File metadata and controls

101 lines (66 loc) · 1.88 KB

mpltex Changelog

Here you can see the full list of changes between each mpltex release.

Version 0.7

  • 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.

Version 0.6.1

Version 0.6

  • Add Python 3 compatibility

Version 0.5.1

  • Update README.rst

Version 0.5

  • Replace brewer2mpl with palettable
  • Add color schemes tableau_10 and tableau_20
  • Change default color scheme to tableau_10
  • Remove nextlinestyle
  • Add linestyles as a short name for linestyle_generator
  • Add a tutorial jupyter notebook

Version 0.4.1

  • Using prop_cycle instead of color_cycle as required by matplotlib.
  • Add aps_decorator for APS plots.

Version 0.4

  • Tweak default color cycle.

Version 0.3.1

  • Replace text.fontsize by font.size in rcParams to be compatible with matplotlib 1.4.2+.

Version 0.3

  • Add rsc_decorator.
  • Use Helvetica font for all plots.

Version 0.2.3

  • Fix an serious error in the sample code in README.

Version 0.2.2

  • The same as v0.2.1.

Version 0.2.1

  • Enable linestyle_generator to accept empty list and None keyword.
  • Change the storage location for version number.

Version 0.2

  • Replace nextlinestyle with linestyle_generator.

Version 0.1.2

  • Fix numpy not imported bug.

Version 0.1.1

  • Fix some important typos in the demo code in README.

Version 0.1

  • Support Publishers (ACS), Presentation, and Web formats.
  • Release at Sep. 4th, 2014

Initiating

  • Sep. 19th, 2012