Skip to content

FEATURE: as seen

Yori Fournier requested to merge add-as-seen-feature into dev

now you can create a figure interactively, modify it and save it into a file thanks to

fig.print2file(, as_seen = True)

without as_seen keyword the print2file function will recall fig.plot and by this mean clean the axes and redraw them as defined in the FigClass

Merge request reports