Plotly Bubble Map Locationmode Options

Hi, I was wondering if there is an option to have a single state bubble map like if i just wanted to show California? I saw that this was possible in create_chloropleth but there isnโ€™t an option for scattergeo. How would I go about making a single state bubble map without having to zoom in?

Hello @yngrckless welcome to the forums.

The only bult-in function I found is using the layout.geo_scope:

This restricts the map to one of

 Type: enumerated , one of ( "africa" | "asia" | "europe" | "north america" | "south america" | "usa" | "world" ) 

SInce you are trying to do the same but for a state within the US, you could try searching for a geojson of the state and try to use this:

Not sure if it works, but that is what I would try.