### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.scatter.html ### Problem Aside from float, ax.scatter `alpha` also supports an array-like of floats. ### Suggested improvement It would be useful if this was documented, potentially including an example.