bokeh.models.widgets.markups¶
Various kinds of markup (static content) widgets.
-
class
Markup(**kwargs)¶ Bases:
bokeh.models.widgets.widget.WidgetBase class for HTML markup widget models.
-
class
Paragraph(**kwargs)¶ Bases:
bokeh.models.widgets.markups.MarkupA block (paragraph) of text.
-
height¶ property type: height:Int
The height of the block in pixels.
-
text¶ property type: text:String
The contents of the widget.
-
width¶ property type: width:Int
The width of the block in pixels.
-
-
class
PreText(**kwargs)¶ Bases:
bokeh.models.widgets.markups.ParagraphA block (paragraph) of pre-formatted text.