Open
Description
Enhancement description
Great library, I'd love to be able to set a shape and size other than the circle when adding a scatter plot indicator. An example is plotting news articles with different shapes and colors based on the sentiment and a size based off the number of articles.
Code sample
self.I(lambda x: x, self.data.News, scatter=True, marker='triangle', marker_size=15)
Additional info, images
No response