verse.plotter.plotter2D
This file contains plotter code simulations and reachtubes
Module Attributes
The next 4 functions are the main functions to be used by users |
Functions
|
|
|
|
|
It draws the the map |
|
|
|
|
|
It gives the animation of the verfication. |
|
It statically shows all the traces of the verfication. |
|
It statically shows the verfication traces of one given agent. |
|
It statically shows the verfication traces of one given agent. |
|
It statically shows all the traces of the verfication. |
|
|
|
Normal: It gives the animation of the simulation without trail but is faster. |
|
This function adds the traces of a simulation as a 2D plot to a plotly graph object. Parameters: root (Union[AnalysisTree, AnalysisTreeNode]): Root of the simulation tree to be plotted. map (Map): Map to be plotted in the background. fig (plotly.graph_objects): Input figure object in which the plot is added. x_dim (int): The state dimension to be plotted along x-axis. y_dim (int): The state dimension to be plotted in y-axis. scale_type (string): Only allowed value is "trace". label_mode (string): Only allowed value is "None". Returns: fig (plotly.graph_objects): Figure which includes the plots. |
|
It statically shows the simulation traces of one given agent. |
|