-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Re-organize What's new page #9260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a1dc966
3809204
7ef54d8
3e67e1a
cbdb552
e5784e3
10272f4
92f211c
1f41d33
e7b3fc7
e5171ad
109aaf7
ec8b1d3
bfa2af3
2947041
48e2280
c9e5ccc
2773dae
0804809
4841e9c
b0c71ca
4570155
f6331fb
9690898
5fb27d1
6652dc7
92a4835
9adf3d9
28afbf6
1b6326d
429f961
bf6f801
9731438
f81ec16
266f0c0
6f27317
88894a9
3a58899
5a15e2a
7b58314
6d89c85
8d40a84
b823496
2ee903a
d8454ad
1214252
d4f2540
182430d
2ba2bab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,11 @@ New in Matplotlib 2.1 | |
New features | ||
++++++++++++ | ||
|
||
String categorical values | ||
------------------------- | ||
|
||
TODO | ||
|
||
Enhancements to polar plot | ||
-------------------------- | ||
|
||
|
@@ -197,6 +202,11 @@ backends, so most test output files (but not all of them) are now | |
deterministic. | ||
|
||
|
||
``Axes`` class now has ``subplots`` method | ||
------------------------------------------ | ||
|
||
TODO WRITE THIS | ||
|
||
|
||
Improvements | ||
++++++++++++ | ||
|
@@ -469,6 +479,21 @@ and its unit even in the absence of SI prefix. There was formerly a | |
bug that was causing strings like "3.14V" to be returned instead of | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. adding bq's here and below will probably help making the difference (extra space) more visible |
||
the expected "3.14 V" (with the default behavior). | ||
|
||
Extend ``MATPLOTLIBRC`` behavior | ||
-------------------------------- | ||
|
||
The environmental variable can now specify the full file path or path | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. full file path or directory path? (the sentence is actually not 100% clear although it's not too hard to guess) |
||
to find :file:`matplotlibrc` in. | ||
|
||
Improvements to Qt plot options | ||
------------------------------- | ||
|
||
TODO write | ||
|
||
Added style sheets | ||
------------------ | ||
|
||
TODO write | ||
|
||
Internals | ||
+++++++++ | ||
|
@@ -529,6 +554,10 @@ Examples of use | |
grid.linestyle : (1, 3) # loosely dotted grid lines | ||
contour.negative_linestyle : dashdot # previously only solid or dashed | ||
|
||
pytest | ||
------ | ||
|
||
The automated tests have been switched from `nose` to `pytest`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps link to the respective projects |
||
|
||
Performance | ||
+++++++++++ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Axes -> Figure