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
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!
The text was updated successfully, but these errors were encountered:
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 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!The text was updated successfully, but these errors were encountered: