libgs.visualisation.TextDash¶
-
class
libgs.visualisation.TextDash(title, plot_name, mtype='PreText', links=[])[source]¶ A simple Dash app that just contains a single
Markuptext nbox.Parameters: - title – The title of the plot
- plot_name – The unique name to refer to the LivePlot by (this dash only has a single LivePlot - the textbox)
- mtype – The type of textbox to use. Options are PreText, Div, or Paragraph. See
Markup - links – An array of links to display. See
linktext()for the format.
Methods
Inherited from base class
add_plot(plot)Add a LivePlotto the documentget_plot(name)Return a LivePlotby namemake_doc(doc)Set up the document.