File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ New in Matplotlib 2.1
27
27
New features
28
28
++++++++++++
29
29
30
+ String categorical values
31
+ -------------------------
32
+
33
+ TODO
34
+
30
35
Enhancements to polar plot
31
36
--------------------------
32
37
@@ -197,6 +202,11 @@ backends, so most test output files (but not all of them) are now
197
202
deterministic.
198
203
199
204
205
+ ``Axes `` class now has ``subplots `` method
206
+ ------------------------------------------
207
+
208
+ TODO WRITE THIS
209
+
200
210
201
211
Improvements
202
212
++++++++++++
@@ -469,6 +479,21 @@ and its unit even in the absence of SI prefix. There was formerly a
469
479
bug that was causing strings like "3.14V" to be returned instead of
470
480
the expected "3.14 V" (with the default behavior).
471
481
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
472
497
473
498
Internals
474
499
+++++++++
@@ -529,6 +554,10 @@ Examples of use
529
554
grid.linestyle : (1, 3) # loosely dotted grid lines
530
555
contour.negative_linestyle : dashdot # previously only solid or dashed
531
556
557
+ pytest
558
+ ------
559
+
560
+ The automated tests have been switched from `nose ` to `pytest `.
532
561
533
562
Performance
534
563
+++++++++++
You can’t perform that action at this time.
0 commit comments