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 f41000d commit 888fa20Copy full SHA for 888fa20
doc/api/api_changes.rst
@@ -32,6 +32,13 @@ Changes in 1.3.x
32
by ``self.vline`` for vertical cursors lines and ``self.hline`` is added
33
for the horizontal cursors lines.
34
35
+* On POSIX platforms, the :func:`~matplotlib.cbook.report_memory` function
36
+ raises :class:`NotImplementedError` instead of :class:`OSError` if the
37
+ :command:`ps` command cannot be run.
38
+
39
+* The :func:`~matplotlib.cbook.check_output` function has been moved to
40
+ `~matplotlib.compat.subprocess`.
41
42
Changes in 1.2.x
43
================
44
0 commit comments