python-type-stubs/matplotlib
Denis Rosset 5221f7c4fb
[WIP] Matplotlib fixes (#197)
* matplotlib.pyplot.hist(cumulative) can be an int

See https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.hist.html

* matplotlib.pyplot.scatter(c, marker)

c can be an ArrayLike
marker can be a string describing a MarkerStyle

see https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.scatter.html

* matplotlib.pyplot.scatter(cmap) can be a string

see doc https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.scatter.html

* matplotlib.pyplot.pcolormesh(shading) can have other values

In particular, "nearest", "auto" and None were missing.

See https://matplotlib.org/3.5.0/api/_as_gen/matplotlib.pyplot.pcolormesh.htm
2022-05-19 09:25:45 -07:00
..
axes update stubs with latest from pylance (#175) 2022-03-23 09:45:13 -07:00
backends Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
cbook Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
projections Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
style Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
testing Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
tri Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
__init__.pyi update stubs with latest from pylance (#175) 2022-03-23 09:45:13 -07:00
_typing.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
afm.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
animation.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
artist.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
axis.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
backend_bases.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
backend_managers.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
backend_tools.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
bezier.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
blocking_input.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
category.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
cm.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
collections.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
colorbar.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
colors.pyi update stubs with latest from pylance (#175) 2022-03-23 09:45:13 -07:00
container.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
contour.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
dates.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
docstring.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
dviread.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
figure.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
font_manager.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
fontconfig_pattern.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
ft2font.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
gridspec.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
image.pyi Fix a syntax error in the matplotlib stubs (#75) 2021-06-23 11:08:01 -07:00
legend.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
legend_handler.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
lines.pyi update stubs with latest from pylance (#175) 2022-03-23 09:45:13 -07:00
markers.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
mathtext.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
mlab.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
offsetbox.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
patches.pyi matplotlib Patch.__init__ accepts any arguments (#91) 2021-08-24 10:25:05 -07:00
path.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
patheffects.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
pyplot.pyi [WIP] Matplotlib fixes (#197) 2022-05-19 09:25:45 -07:00
quiver.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
rcsetup.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
sankey.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
scale.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
spines.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
stackplot.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
streamplot.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
streamploy.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
table.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
text.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
textmanager.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
textpath.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
ticker.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
tight_layout.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
transforms.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
type1font.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
units.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00
widgets.pyi Add matplotlib and PIL stubs from Pylance (#51) 2021-04-29 16:49:33 -07:00