Search found 3 matches
- Tue Dec 03, 2013 4:11 am
- Forum: General discussion
- Topic: Macro to copy and paste curve to same plot
- Replies: 4
- Views: 19989
Re: Macro to copy and paste curve to same plot
Hi, I tried the code snippet with a test plot containing 4 points and it copied and pasted without problems. When I try with the actual data, it fails to copy. Could it be a problem using data copied from another plot file? If I copy the data to a new plot using the edit:Move/Copy Curves command, th...
- Mon Dec 02, 2013 9:23 am
- Forum: General discussion
- Topic: Macro to copy and paste curve to same plot
- Replies: 4
- Views: 19989
Macro to copy and paste curve to same plot
Hi,
I'm trying to 'copy and paste' the data from curve 1 to a new curve in the same plot using a macro. The code I have is..
>
SelectCurve(1)
CopyText()
Paste()
>
But either nothing gets copied to the clipboard or DPlot crashes, I'm using version 2.3.4.3. What am I doing wrong?
Thanks,
Rod
I'm trying to 'copy and paste' the data from curve 1 to a new curve in the same plot using a macro. The code I have is..
>
SelectCurve(1)
CopyText()
Paste()
>
But either nothing gets copied to the clipboard or DPlot crashes, I'm using version 2.3.4.3. What am I doing wrong?
Thanks,
Rod
- Fri Aug 16, 2013 6:22 am
- Forum: Suggestions/Questions
- Topic: Stepped Plot to smooth
- Replies: 4
- Views: 17366
Stepped Plot to smooth
Hi,
I have some data from a logger which is stepped (multiple y-values for the same x-value), and I wondered if there was any way for DPlot to be able to convert the plot into a 'smoothed' version. It's like the reverse of the 'Make Step Plot...' Is this possible?
Regards,
Rod Giles
I have some data from a logger which is stepped (multiple y-values for the same x-value), and I wondered if there was any way for DPlot to be able to convert the plot into a 'smoothed' version. It's like the reverse of the 'Make Step Plot...' Is this possible?
Regards,
Rod Giles