We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d22299 + e24fb79 commit fc0ee10Copy full SHA for fc0ee10
lib/matplotlib/mlab.py
@@ -2,7 +2,7 @@
2
Numerical Python functions written for compatibility with MATLAB
3
commands with the same names. Most numerical Python functions can be found in
4
the `NumPy`_ and `SciPy`_ libraries. What remains here is code for performing
5
-spectral computations.
+spectral computations and kernel density estimations.
6
7
.. _NumPy: https://numpy.org
8
.. _SciPy: https://www.scipy.org
lib/matplotlib/sphinxext/plot_directive.py
@@ -16,7 +16,7 @@
16
17
.. plot:: path/to/plot.py
18
19
- The plot's caption.
+ The plot caption.
20
21
Additionally, one may specify the name of a function to call (with
22
no arguments) immediately after importing the module::
0 commit comments