Thank you for this very useful library!
I am interested in making a scatterplot using R-style "hollow" markers, for example: https://statisticsglobe.com/wp-content/uploads/2019/09/group-outside-plot-in-R.png.
This is normally possible in the Matplotlib scatter method with marker="o", facecolor="none", edgecolor="...".
However, I would also like to use a hue= setting in Geoplot to provide the circle border/edge colors for these markers. Is this possible in Geoplot currently? If not, consider it a feature request!
Thank you for this very useful library!
I am interested in making a scatterplot using R-style "hollow" markers, for example: https://statisticsglobe.com/wp-content/uploads/2019/09/group-outside-plot-in-R.png.
This is normally possible in the Matplotlib
scattermethod withmarker="o", facecolor="none", edgecolor="...".However, I would also like to use a
hue=setting in Geoplot to provide the circle border/edge colors for these markers. Is this possible in Geoplot currently? If not, consider it a feature request!