bokeh.models.scales¶
-
class
bokeh.models.scales.CategoricalScale(**kwargs)¶
-
class
bokeh.models.scales.LinearScale(**kwargs)¶ Bases:
bokeh.models.scales.Scale
-
class
bokeh.models.scales.LogScale(**kwargs)¶ Bases:
bokeh.models.scales.Scale
-
class
bokeh.models.scales.Scale(**kwargs)¶ Bases:
bokeh.models.transforms.TransformBase class for
Scalemodels that represent an invertible computation to be carried out on the client-side.JavaScript implementations should implement the following methods:
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.