MCPcopy Create free account
hub / github.com/holoviz/hvplot / _toggle_rasterize

Method _toggle_rasterize

hvplot/ui.py:465–467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463
464 @param.depends('datashade', watch=True)
465 def _toggle_rasterize(self):
466 if self.datashade:
467 self.rasterize = False
468
469 @param.depends('rasterize', watch=True)
470 def _toggle_datashade(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected