MCPcopy Index your code
hub / github.com/plotly/plotly.py / configure_geo

Function configure_geo

plotly/express/_core.py:842–849  ·  view source on GitHub ↗
(args, fig, orders)

Source from the content-addressed store, hash-verified

840
841
842def configure_geo(args, fig, orders):
843 fig.update_geos(
844 center=args["center"],
845 scope=args["scope"],
846 fitbounds=args["fitbounds"],
847 visible=args["basemap_visible"],
848 projection=dict(type=args["projection"]),
849 )
850
851
852def configure_animation_controls(args, constructor, fig):

Callers

nothing calls this directly

Calls 1

update_geosMethod · 0.45

Tested by

no test coverage detected