Creating a BarGraph with lables for each bar using macros
Posted: Wed Sep 30, 2009 11:45 pm
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_BarGraph/ you can view all my data including an image of the XY plot.
My question is can a BarGraph be created with macro commands this way. I am beginning to think I need to take a different approach. I have noticed some text in the documentation that leads me to think a different type of input, with additional data, like the column lables could trigger the BarGraph.
Paul Pinkstaff
734-223-6558
pinkstaffp@acm.org
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_BarGraph/ you can view all my data including an image of the XY plot.
My question is can a BarGraph be created with macro commands this way. I am beginning to think I need to take a different approach. I have noticed some text in the documentation that leads me to think a different type of input, with additional data, like the column lables could trigger the BarGraph.
Paul Pinkstaff
734-223-6558
pinkstaffp@acm.org