I want to make a GraduatedCircleViz where the circles are sized by a column in a Pandas DataFrame. I don't have a secondary feature for which I'd like to vary the color.
If I only specify radius_propery, the visualization is correct, but the Legend is not shown (works fine when a secondary color feature is specified)
I want to make a GraduatedCircleViz where the circles are sized by a column in a Pandas DataFrame. I don't have a secondary feature for which I'd like to vary the color.
If I only specify
radius_propery, the visualization is correct, but the Legend is not shown (works fine when a secondary color feature is specified)