holoviews.plotting.mixins module#
- class holoviews.plotting.mixins.DonutMixin[source]#
Bases:
objectShared mixin for Donut plot classes across backends.
Provides the angle computation that turns raw values into wedge start/end angles, plus extent calculation that fixes the plot to a unit circle.
- class holoviews.plotting.mixins.WaterfallMixin[source]#
Bases:
objectShared mixin for Waterfall plot classes across backends.
Provides the cumulative-sum computation that turns incremental deltas into floating-bar coordinates, plus extent calculation that uses the cumulative range (not the raw delta range).