what command do I use to the the XY Plot to turn into a BarGraph. After the third line in my macro I have this graph:
http://72.22.89.232/Dplot_BarGraph/Test ... 0_0012.png, and I think it needs to be a BarGraph at this point before I start to use XYlabel command.
Search found 3 matches
- Thu Oct 01, 2009 9:59 am
- Forum: General discussion
- Topic: Creating a BarGraph with lables for each bar using macros
- Replies: 3
- Views: 13110
- Wed Sep 30, 2009 11:45 pm
- Forum: General discussion
- Topic: Creating a BarGraph with lables for each bar using macros
- Replies: 3
- Views: 13110
Creating a BarGraph with lables for each bar using macros
After a lot of looging, trial and error, I finally hit on this simple macro which gave me an X Y plot of my data.
Macro statements:
FileNew()
Directory("F:\3OSs_02\coord_and_graphs.dir")
FileOpen("ben_3OSs_02_xw4600_xP_Vista_0817_20090922_1140.csv")
If you go to http://paulpinkstaff.com/Dplot ...
Macro statements:
FileNew()
Directory("F:\3OSs_02\coord_and_graphs.dir")
FileOpen("ben_3OSs_02_xw4600_xP_Vista_0817_20090922_1140.csv")
If you go to http://paulpinkstaff.com/Dplot ...
- Tue Sep 08, 2009 3:31 pm
- Forum: General discussion
- Topic: Plotting XY plots automatically from *.csv files
- Replies: 1
- Views: 10428
Plotting XY plots automatically from *.csv files
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_plot_20090908_1600_edt.png ...
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_plot_20090908_1600_edt.png ...