libgs.visualisation.LivePlot.live_props¶
-
LivePlot.
live_props
= {}¶ A dictionary of properties that shall be updatable dynamically. Each value in live props will be regularly and automatically updated in the bokeh object associated with your plot. Thus if for example you have an object with a text property you can change the text by updating the live_props[‘text’]. The change will be immediately reflected on the element.