Releases: hoel-bagard/matplotlib-stubs
Releases · hoel-bagard/matplotlib-stubs
v0.3.2
v0.3.1
- Add return type to
plt.ylabel
andplt.xlabel
- Fix/refine argument types for
plt.savefig
,plt.plot
andplt.scatter
v0.3.0
Improve type hints for the following functions:
matplotlib.pyplot.close()
matplotlib.pyplot.figure()
matplotlib.pyplot.legend()
matplotlib.pyplot.plot()
matplotlib.pyplot.savefig()
matplotlib.pyplot.scatter()
matplotlib.pyplot.title()
matplotlib.pyplot.xlabel()
matplotlib.pyplot.ylabel()
0.2.0
Strictly type Colormap.__call__
.