Viewer.draw_vector
- Viewer.draw_vector(vector=None, base=None, **kwargs)[source]
Helper to add vectors to the plotter.
- Parameters
vectors (Vector, optional) – Vector to plot, by default None
bases (Point, optional) – Point with the location of the base of the vector, by default None
- Returns
None – The plotter is updated in place