MCPcopy
hub / github.com/Kanaries/pygwalker / scatter

Method scatter

pygwalker/api/component.py:243–248  ·  view source on GitHub ↗

Scatter chart.

(self)

Source from the content-addressed store, hash-verified

241 return copied_obj
242
243 def scatter(self) -> "Component":
244 """Scatter chart."""
245 copied_obj = self.copy()
246 copied_obj._update_single_chart_spec("config__geoms", ["point"])
247 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
248 return copied_obj
249
250 def circle(self) -> "Component":
251 """Circle chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected