Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b58314

Browse filesBrowse files
committed
DOC: Fix minor capitalization issues.
1 parent 5a15e2a commit 7b58314
Copy full SHA for 7b58314

File tree

Expand file treeCollapse file tree

2 files changed

+11
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+11
-11
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Passing a string as *num* argument when calling an instance of
4545
`matplotlib.ticker.EngFormatter` is deprecated and will be removed in 2.3.
4646

4747

48-
:meth:`matpltolib.cbook.CallbackRegistry.process` suppresses exceptions by default
48+
:meth:`matplotlib.cbook.CallbackRegistry.process` suppresses exceptions by default
4949
----------------------------------------------------------------------------------
5050

5151
Matplotlib uses instances of :obj:`~matplotlib.cbook.CallbackRegistry`
@@ -126,7 +126,7 @@ binary file is acceptable, we suggest using one of the following two new files.
126126
The ``aapl.npy.gz`` and ``goog.npy`` files have been replaced by ``aapl.npz``
127127
and ``goog.npz``, wherein the first column's type has changed from
128128
`datetime.date` to `np.datetime64` for better portability across Python
129-
versions. Note that matplotlib does not fully support `np.datetime64` as yet.
129+
versions. Note that Matplotlib does not fully support `np.datetime64` as yet.
130130

131131

132132
Updated qhull to 2015.2

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whats-new:
22

33
==========================
4-
What's new in matplotlib
4+
What's new in Matplotlib
55
==========================
66

77
For a list of all of the issues and pull requests since the last
@@ -29,7 +29,7 @@ Documentation
2929

3030
The examples have been migrated to use sphinx gallery. This allows
3131
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,
3333
and improves the thumbnail galleries. The examples have been
3434
re-organized into :ref:`tutorials` and a :ref:`gallery`.
3535

@@ -57,9 +57,9 @@ For example:
5757
Interactive JS widgets for animation
5858
------------------------------------
5959

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.
6363
This can be activated by default by setting the ``animation.html`` rc
6464
parameter to ``jshtml``. One can also call the
6565
`~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
184184
far been tested using various plot elements but only default values of
185185
options such as ``{ps,pdf}.fonttype`` that can affect the output at a
186186
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
188188
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.
190190

191191
For SVG output, the ``svg.hashsalt`` rc parameter has been added in an
192192
earlier release. This parameter changes some random identifiers in the
@@ -379,7 +379,7 @@ Specify minimum value to format as scalar for ``LogFormatterMathtext``
379379

380380
:class:`~matplotlib.ticker.LogFormatterMathtext` now includes the
381381
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`).
383383

384384

385385
New quiverkey angle keyword argument
@@ -530,7 +530,7 @@ to find :file:`matplotlibrc` in.
530530

531531
The :meth:`~matplotlib.axes.Axes.hist` method now prefers ``density``
532532
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
534534
the behavior has always been that the integral of the histogram is 1
535535
(rather than sum or maximum value).
536536

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.