1
1
.. _whats-new :
2
2
3
3
==========================
4
- What's new in matplotlib
4
+ What's new in Matplotlib
5
5
==========================
6
6
7
7
For a list of all of the issues and pull requests since the last
@@ -29,7 +29,7 @@ Documentation
29
29
30
30
The examples have been migrated to use sphinx gallery. This allows
31
31
better mixing of prose and code in the examples, provides links to
32
- download the examples as both a python script and a Jupyter notebook,
32
+ download the examples as both a Python script and a Jupyter notebook,
33
33
and improves the thumbnail galleries. The examples have been
34
34
re-organized into :ref: `tutorials ` and a :ref: `gallery `.
35
35
@@ -57,9 +57,9 @@ For example:
57
57
Interactive JS widgets for animation
58
58
------------------------------------
59
59
60
- Jake Vanderplas' JSAnimation package has been merged into matplotlib . This
61
- adds to matplotlib the `~matplotlib.animation.HTMLWriter ` class for
62
- generating a javascript HTML animation, suitable for the IPython notebook.
60
+ Jake Vanderplas' JSAnimation package has been merged into Matplotlib . This
61
+ adds to Matplotlib the `~matplotlib.animation.HTMLWriter ` class for
62
+ generating a JavaScript HTML animation, suitable for the IPython notebook.
63
63
This can be activated by default by setting the ``animation.html `` rc
64
64
parameter to ``jshtml ``. One can also call the
65
65
`~matplotlib.animation.Animation.to_jshtml ` method to manually convert an
@@ -184,9 +184,9 @@ The reproducibility of the output from the PS and PDF backends has so
184
184
far been tested using various plot elements but only default values of
185
185
options such as ``{ps,pdf}.fonttype `` that can affect the output at a
186
186
low level, and not with the mathtext or usetex features. When
187
- matplotlib calls external tools (such as PS distillers or LaTeX) their
187
+ Matplotlib calls external tools (such as PS distillers or LaTeX) their
188
188
versions need to be kept constant for reproducibility, and they may
189
- add sources of nondeterminism outside the control of matplotlib .
189
+ add sources of nondeterminism outside the control of Matplotlib .
190
190
191
191
For SVG output, the ``svg.hashsalt `` rc parameter has been added in an
192
192
earlier release. This parameter changes some random identifiers in the
@@ -379,7 +379,7 @@ Specify minimum value to format as scalar for ``LogFormatterMathtext``
379
379
380
380
:class: `~matplotlib.ticker.LogFormatterMathtext ` now includes the
381
381
option to specify a minimum value exponent to format as a scalar
382
- (ie. 0.001 instead of 10\ :sup: `-3`).
382
+ (i.e., 0.001 instead of 10\ :sup: `-3`).
383
383
384
384
385
385
New quiverkey angle keyword argument
@@ -530,7 +530,7 @@ to find :file:`matplotlibrc` in.
530
530
531
531
The :meth: `~matplotlib.axes.Axes.hist ` method now prefers ``density ``
532
532
to ``normed `` to control if the histogram should be normalized,
533
- following a change upstream to numpy . This will reduce confusion as
533
+ following a change upstream to NumPy . This will reduce confusion as
534
534
the behavior has always been that the integral of the histogram is 1
535
535
(rather than sum or maximum value).
536
536
0 commit comments