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 f12c5bc commit 6f9d579Copy full SHA for 6f9d579
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.3.1] - 2025-08-04
4
+
5
+- Add return type to `plt.ylabel` and `plt.xlabel`
6
+- Fix/refine argument types for `plt.savefig`, `plt.plot` and `plt.scatter`
7
8
## [0.3.0] - 2025-08-02
9
10
Improve type hints for the following functions:
src/matplotlib-stubs/__init__.pyi
@@ -1,4 +1,4 @@
-__version__ = "0.3.0" # noqa: PYI052
+__version__ = "0.3.1" # noqa: PYI052
import contextlib
from collections.abc import Generator
0 commit comments