File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ New in Matplotlib 2.1
2727New features
2828++++++++++++
2929
30+ String categorical values
31+ -------------------------
32+
33+ TODO
34+
3035Enhancements to polar plot
3136--------------------------
3237
@@ -197,6 +202,11 @@ backends, so most test output files (but not all of them) are now
197202deterministic.
198203
199204
205+ ``Axes `` class now has ``subplots `` method
206+ ------------------------------------------
207+
208+ TODO WRITE THIS
209+
200210
201211Improvements
202212++++++++++++
@@ -469,6 +479,21 @@ and its unit even in the absence of SI prefix. There was formerly a
469479bug that was causing strings like "3.14V" to be returned instead of
470480the expected "3.14 V" (with the default behavior).
471481
482+ Extend ``MATPLOTLIBRC `` behavior
483+ --------------------------------
484+
485+ The environmental variable can now specify the full file path or path
486+ to find :file: `matplotlibrc ` in.
487+
488+ Improvements to Qt plot options
489+ -------------------------------
490+
491+ TODO write
492+
493+ Added style sheets
494+ ------------------
495+
496+ TODO write
472497
473498Internals
474499+++++++++
@@ -529,6 +554,10 @@ Examples of use
529554 grid.linestyle : (1, 3) # loosely dotted grid lines
530555 contour.negative_linestyle : dashdot # previously only solid or dashed
531556
557+ pytest
558+ ------
559+
560+ The automated tests have been switched from `nose ` to `pytest `.
532561
533562Performance
534563+++++++++++
You can’t perform that action at this time.
0 commit comments