Loading request...
Allow users to set a shape and size other than the default circle when adding a scatter plot indicator. For example, plotting news articles with different shapes and colors based on sentiment and a size based on the number of articles.
### 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 ```python self.I(lambda x: x, self.data.News, scatter=True, marker='triangle', marker_size=15) ``` ### Additional info, images _No response_