I have a mapbox plot in which i am plotting some markers, i want to plot markers with zero fill and i want to make it look like a circle without fill ,something like below
But i am not sure how to achieve this. ScatterMapbox has any options for this? Any help would be appreciated
@rasika Your image represents a marker_symbol = 'circle-open' that is an attribute of a go.Scatter trace. The marker symbols for go.Scattermapbox are available here https://labs.mapbox.com/maki-icons/. To use one of these symbols, hover the mouse over its image
and copy only itβs name, not the int value at its end, because it represent the image pixel width.
I couldnβt find a circle like your one, but you can check it again, to be sure.
Below is an example with symbol listed as `college-15.svgβ.
i have more than 10 data for same lat long, so i want to display them all in one⦠what i thought was to have multiple open circles one over the other with different sizes and colors so that i could see them all at once⦠Any other idea you have?