This commit is contained in:
Peter McGoron 2024-09-16 10:12:23 -04:00
parent 198bb7b1a9
commit 3eb91bc5fb
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
=============
DynamicSeries
=============
================
IncrementalGraph
================
A class to plot a time series measured from an instrument.

View File

@ -4,7 +4,7 @@
import matplotlib.pyplot as plt
class DynamicSeries:
class IncrementalGraph:
def __init__(self, fig, ax, x_lim = [0,10], y_lim = [0,10]):
self.fig = fig
self.ax = ax