Skip to content

Releases: hoel-bagard/matplotlib-stubs

v0.3.2

07 Aug 13:27
v0.3.2
cde1b5e
Compare
Choose a tag to compare
  • Add matplotlib.cm's colormaps

v0.3.1

04 Aug 03:33
v0.3.1
6f9d579
Compare
Choose a tag to compare
  • Add return type to plt.ylabel and plt.xlabel
  • Fix/refine argument types for plt.savefig, plt.plot and plt.scatter

v0.3.0

02 Aug 12:37
v0.3.0
c8d5009
Compare
Choose a tag to compare

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

19 Sep 07:32
f24bcb7
Compare
Choose a tag to compare

Strictly type Colormap.__call__.