pswamp.visualization.eigenvalue_plot
Classes
This class is for live plotting of eigenvalues. |
Functions
|
Module Contents
- class pswamp.visualization.eigenvalue_plot.EigenvaluePlot(background_color=(30, 63, 64), *args, **kwargs)
Bases:
PySide6.QtWidgets.QWidgetThis class is for live plotting of eigenvalues.
- request_plot_update
- colors
- markers
- graphWidget
- y_scale = 1
- eig_plots
- eigs
- focus_plot
- plot_counter = 0
- add_plot(plot_id, plot_name)
- update(plot_id, plot_name, new_eigs)
- update_plot()
Update the eigenvalue plot with new values.
- set_focus(plot_id, idx)
- pswamp.visualization.eigenvalue_plot.main()