MCPcopy Create free account
hub / github.com/plotly/plotly.py / projection

Method projection

plotly/graph_objs/layout/_geo.py:362–374  ·  view source on GitHub ↗

The 'projection' property is an instance of Projection that may be specified as: - An instance of :class:`plotly.graph_objs.layout.geo.Projection` - A dict of string/value properties that will be passed to the Projection constructor Returns

(self)

Source from the content-addressed store, hash-verified

360
361 @property
362 def projection(self):
363 """
364 The 'projection' property is an instance of Projection
365 that may be specified as:
366 - An instance of :class:`plotly.graph_objs.layout.geo.Projection`
367 - A dict of string/value properties that will be passed
368 to the Projection constructor
369
370 Returns
371 -------
372 plotly.graph_objs.layout.geo.Projection
373 """
374 return self["projection"]
375
376 @projection.setter
377 def projection(self, val):

Callers 11

BfFunction · 0.45
"src/plots/geo/geo.js"Function · 0.45
uFunction · 0.45
ehFunction · 0.45
plotly.min.jsFile · 0.45
y7tFunction · 0.45
"src/plots/geo/geo.js"Function · 0.45
DfFunction · 0.45
"src/plots/geo/geo.js"Function · 0.45
uFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected