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

Method _toggle_datashade

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

Source from the content-addressed store, hash-verified

468
469 @param.depends('rasterize', watch=True)
470 def _toggle_datashade(self):
471 if self.rasterize:
472 self.datashade = False
473
474 @param.depends('rasterize', 'datashade', watch=True, on_init=True)
475 def _update_options(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected