CategoricalScale
Bases: bokeh.models.scales.LinearScale
bokeh.models.scales.LinearScale
{ "id": "14349", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "subscribed_events": [], "tags": [] }
LinearScale
Bases: bokeh.models.scales.Scale
bokeh.models.scales.Scale
{ "id": "14350", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "subscribed_events": [], "tags": [] }
LogScale
{ "id": "14351", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "subscribed_events": [], "tags": [] }
Scale
Bases: bokeh.models.transforms.Transform
bokeh.models.transforms.Transform
Base class for Scale models that represent an invertible computation to be carried out on the client-side.
JavaScript implementations should implement the following methods:
compute: (x) -> # compute the transform of a single value v_compute: (xs) -> # compute the transform of an array of values invert: (xprime) -> # compute the inverse transform of a single value v_invert: (xprimes) -> # compute the inverse transform of an array of values
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.
{ "id": "14352", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "subscribed_events": [], "tags": [] }