Source code for blissoda.id02.plotter

from ..flint.access import WithFlintAccess


[docs] class Id02Plotter(WithFlintAccess): def __init__(self, number_of_scans: int) -> None: super().__init__() self._number_of_scans = number_of_scans
[docs] def replot(self): pass