CanvasTexture
Bases: bokeh.models.textures.Texture
bokeh.models.textures.Texture
code
property type: String
String
A snippet of JavaScript code to execute in the browser.
{ "code": null, "id": "14400", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "repetition": "repeat", "subscribed_events": [], "tags": [] }
ImageURLTexture
url
{ "id": "14402", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "repetition": "repeat", "subscribed_events": [], "tags": [], "url": null }
Texture
Bases: bokeh.model.Model
bokeh.model.Model
Base class for Texture models that represent fill patterns.
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.
repetition
property type: Enum ( TextureRepetition )
Enum
TextureRepetition
{ "id": "14404", "js_event_callbacks": {}, "js_property_callbacks": {}, "name": null, "repetition": "repeat", "subscribed_events": [], "tags": [] }