pswamp.visualization.components.phasor_plot_3d
Classes
This class inserts phasors in a 3D plot window at specific coordinates. |
Functions
|
Module Contents
- class pswamp.visualization.components.phasor_plot_3d.PhasorPlot3D(plot_window, pos0=None, n_phasors=None, normalize_length=True, normalize_angle=False, update_freq=None, *args, **kwargs)
This class inserts phasors in a 3D plot window at specific coordinates.
- normalize_length = True
- normalize_angle = False
- update_freq = None
- angles_prev
- pos0 = None
- phasor_0
- colors
- phasor_plots = []
- update(phasors, normalize=False)
- update_plot()
- pswamp.visualization.components.phasor_plot_3d.main()