My plan to make the profiles available:
In plotter class the function getPlotsData returns plotsData which should contain all of the data for the plots as an array list
Figure out what plotsData looks like so that I know what to export into a CSV
Make a button that uses the getter to save the profile data (this goes in MainDialog class)
Just copy paste a button (or a dropdown) that’s already there and change it to what we need
My plan to make the profiles available: In
plotter
class the functiongetPlotsData
returnsplotsData
which should contain all of the data for the plots as an array listFigure out what
plotsData
looks like so that I know what to export into a CSVMake a button that uses the getter to save the profile data (this goes in
MainDialog
class)Just copy paste a button (or a dropdown) that’s already there and change it to what we need