Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88894a9

Browse files
committed
DOC: add stub sections
1 parent 6f27317 commit 88894a9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/users/whats_new.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ New in Matplotlib 2.1
2727
New features
2828
++++++++++++
2929

30+
String categorical values
31+
-------------------------
32+
33+
TODO
34+
3035
Enhancements to polar plot
3136
--------------------------
3237

@@ -197,6 +202,11 @@ backends, so most test output files (but not all of them) are now
197202
deterministic.
198203

199204

205+
``Axes`` class now has ``subplots`` method
206+
------------------------------------------
207+
208+
TODO WRITE THIS
209+
200210

201211
Improvements
202212
++++++++++++
@@ -469,6 +479,21 @@ and its unit even in the absence of SI prefix. There was formerly a
469479
bug that was causing strings like "3.14V" to be returned instead of
470480
the 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

473498
Internals
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

533562
Performance
534563
+++++++++++

0 commit comments

Comments
 (0)