libgs.visualisation.TextDash

class libgs.visualisation.TextDash(title, plot_name, mtype='PreText', links=[])[source]

A simple Dash app that just contains a single Markup text 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 LivePlot to the document
get_plot(name) Return a LivePlot by name
make_doc(doc) Set up the document.