I'm creating some interpolated plots based on a array with fewer data points. Is it possible to save the new data points array after working the plots so I can get the array with the interpolated results?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
I'm creating some interpolated plots based on a array with fewer data points. Is it possible to save the new data points array after working the plots so I can get the array with the interpolated results?
Thank you
I think I got it.
For the ones that need this, just put command set table 'resultpoints.dat', plot the graph and then unset table.
Thank you