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

Method topojson

plotly/io/_orca.py:568–578  ·  view source on GitHub ↗

Path to the topojson files needed to render choropleth traces. If None, topojson files from the plot.ly CDN are used. Returns ------- str

(self)

Source from the content-addressed store, hash-verified

566
567 @property
568 def topojson(self):
569 """
570 Path to the topojson files needed to render choropleth traces.
571
572 If None, topojson files from the plot.ly CDN are used.
573
574 Returns
575 -------
576 str
577 """
578 return self._props.get("topojson", None)
579
580 @topojson.setter
581 def topojson(self, val):

Callers

nothing calls this directly

Calls 4

shutdown_serverFunction · 0.85
getMethod · 0.45
popMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected