8000
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.
1 parent ad35337 commit 009e1a1Copy full SHA for 009e1a1
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