Obtain plot x,y data from plotting.py plots
Added this functionality in the GetPlotData branch. It is complete however it is not currently needed in the main branch. Will need merging in the long term.
Hi @SylviaWhittle - I recommend making a pull request to get this code reviewed and merged into the main/master branch soon, unless it's likely to "break" it (and if it does this will be fixable). Branches become "stale" over time - the main/master branch changes and it becomes ever-harder to merge.
Hi @SylviaWhittle
Do you think we can close this issue now? You've introduced saving of data to Numpy arrays elsewhere and started developing the HDF5 .topostats file format so I think that covers the need to extract the data.
trace, spline/smoothed points are available now in the topostats file, added as part of the tracing refactor #932