Plotting a graph

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
andy.w.shaw
Posts: 1
Joined: Tue Jul 15, 2008 10:38 am

Plotting a graph

Post by andy.w.shaw » Tue Jul 15, 2008 11:21 am

Im pretty new to Revolution ive only been using it for about 2 weeks. Im wanting to create a program to plot x and y co-ordanates on a graph but i have no idea where to start and what objects to use for the graph and text box's. I dont have a clue as to where to begin with that scripting. Any help would be useful.

Thanks

Andy

Klaus
Posts: 14192
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus » Tue Jul 15, 2008 11:57 am

Hi Andy,

I have a little demo stack named "Plotter Test" that might get you started "Plotter test": http://www.major-k.de/xtalke.html


Best

Klaus

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Tue Jul 15, 2008 11:57 am

You can do the line graph itself using a 'line' graphic object, and the labels using a set of field objects. Alternately, you can pick up the graphs and tables objects stack here: http://www.rpi.edu/~simonk/technical.html

Hope this helped,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

Post Reply