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
To get something working for your example you could do this hv.Points(data, kdims=["x values", "y values"], vdims=["category", "marker"]).opts(marker="marker"):
I'd like to map category without manually setting marker
Like color does:
The text was updated successfully, but these errors were encountered: