Plotter

pyvsim.System.Plotter(mode='vtk')[source]

This is a factory that returns a plotter visitor.

It uses information about the Python installation to return a compatible plotter.

Parameters :

mode : “vtk” or “mpl”

“vtk” Uses the Python wrapping of the Visualization Toolkit (VTK) to plot the environment, whereas “mpl” uses Matplotlib to plot the environment (this option is not so efficient in plotting environments with complex objects)

This Page