Axes.scatterx¶
- Axes.scatterx(*args, **kwargs)[source]¶
As with
scatterbut interpret a single positional argument as x and multiple positional arguments as y and x (in that order).- Parameters
*args, **kwargs – Passed to
scatter.
See also
proplot.axes.standardize_1d,matplotlib.axes.Axes.scatter,proplot.axes.scatterx_extras