Plotting XY plots automatically from *.csv files
Posted: Tue Sep 08, 2009 3:31 pm
I have been experimenting with macros. I used this code:
Directory(".\")
FileType(4)
ForFilesIn("*.csv",A)
NextFile
to acceess several *.csv files, but I always get Specify Columns to Plot
window in which I must click OK. See http://72.22.89.232/specify_columns_to_ ... 00_edt.png for an example of the window. The plots are all XY plots.
How do I tell Dplot, with macros, to go ahead and plot. Here is my results
http://72.22.89.232/macro_testing_start ... cro_04.png achieved by clicking OK for each file. The scribble is all the *.csv files plotted. While I am at it here is my learning macro: http://72.22.89.232/macro_testing_text.txt, which started with the graph paper macro.
Thanks,
Paul Pinkstaff[/b][/code]
Directory(".\")
FileType(4)
ForFilesIn("*.csv",A)
NextFile
to acceess several *.csv files, but I always get Specify Columns to Plot
window in which I must click OK. See http://72.22.89.232/specify_columns_to_ ... 00_edt.png for an example of the window. The plots are all XY plots.
How do I tell Dplot, with macros, to go ahead and plot. Here is my results
http://72.22.89.232/macro_testing_start ... cro_04.png achieved by clicking OK for each file. The scribble is all the *.csv files plotted. While I am at it here is my learning macro: http://72.22.89.232/macro_testing_text.txt, which started with the graph paper macro.
Thanks,
Paul Pinkstaff[/b][/code]