You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/runner/work/splot/splot/splot/_viz_giddy_mpl.py:276: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap' will be ignored
c = ax.scatter(rose.theta, rose.r, alpha=alpha, cmap=cmap, **kwargs)
Is this something that needs an update in the codebase itself or is it a pytest.warns situation?
The text was updated successfully, but these errors were encountered:
When calling
ax.scatter
in_viz_giddy_mpl
the following UserWarning is being thrown:Is this something that needs an update in the codebase itself or is it a
pytest.warns
situation?The text was updated successfully, but these errors were encountered: