rename
This commit is contained in:
parent
198bb7b1a9
commit
3eb91bc5fb
|
@ -1,5 +1,5 @@
|
||||||
=============
|
================
|
||||||
DynamicSeries
|
IncrementalGraph
|
||||||
=============
|
================
|
||||||
|
|
||||||
A class to plot a time series measured from an instrument.
|
A class to plot a time series measured from an instrument.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
|
||||||
class DynamicSeries:
|
class IncrementalGraph:
|
||||||
def __init__(self, fig, ax, x_lim = [0,10], y_lim = [0,10]):
|
def __init__(self, fig, ax, x_lim = [0,10], y_lim = [0,10]):
|
||||||
self.fig = fig
|
self.fig = fig
|
||||||
self.ax = ax
|
self.ax = ax
|
Loading…
Reference in New Issue