Skip to content

Commit

Permalink
REL: v2.0.0b1
Browse files Browse the repository at this point in the history
First beta release of v2.0.0

This previews the new default style and many bug-fixes.  A full list of
the style changes will be collected for the final release.

In addition to the style change this release includes:
 - overhaul of font handling/text rendering to be faster and clearer
 - many new rcParams
 - Agg based OSX backend
 - optionally deterministic SVGs
 - complete re-write of image handling code
 - simplified color conversion
 - specify colors in the global property cycle via `'C0'`,
   `'C1'`... `'C9'`
 - use the global property cycle more places (bar, stem, scatter)

There is a 'classic' style sheet which reproduces the 1.Y defaults:

   import matplotlib.style as mstyle
   mstyle.use('classic')
  • Loading branch information
tacaswell committed May 31, 2016
1 parent ef49291 commit 06dad9b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 06dad9b

Please sign in to comment.