Skip to content

BUGFIX: formatted not updated in set_rawdata

BUGFIX: In MyFig::set_rawdata() I forgot to set self.formatted to False before MyFig::formatRawdata(), so in case:

fig = MyFig((data,))
fig.reformat = False
fig.update(rawdata = (data2,))
fig.plot()
--> Error

because the data were not formatted!

Merge request reports

Loading