pathsim.utils.realtimeplotter module¶
- class pathsim.utils.realtimeplotter.RealtimePlotter(max_samples=None, update_interval=1, labels=[], x_label='', y_label='')[source]¶
Bases:
objectClass that manages a realtime plotting window that can stream in x-y-data and update accordingly
- Parameters:
- fig¶
internal figure of the realtime plotter
- Type:
matplotlib.pyplot.figure
- ax¶
internal axis of the realtime plotter
- Type:
matplotlib.pyplot.axis