pswamp.visualization.components.phasor_plot_3d_fast

Classes

PhasorPlot3D

This class inserts phasors in a 3D plot window at specific coordinates.

Functions

main()

Module Contents

class pswamp.visualization.components.phasor_plot_3d_fast.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_plot
update(phasors, normalize=False)
update_plot()
draw_phasors(phasors)
pswamp.visualization.components.phasor_plot_3d_fast.main()