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

Method tick

pygwalker/api/component.py:257–262  ·  view source on GitHub ↗

Tick chart.

(self)

Source from the content-addressed store, hash-verified

255 return copied_obj
256
257 def tick(self) -> "Component":
258 """Tick chart."""
259 copied_obj = self.copy()
260 copied_obj._update_single_chart_spec("config__geoms", ["tick"])
261 copied_obj._update_single_chart_spec("config__coordSystem", "generic")
262 return copied_obj
263
264 def rect(self) -> "Component":
265 """Rect chart."""

Callers

nothing calls this directly

Calls 2

copyMethod · 0.95

Tested by

no test coverage detected