Plotting Graphs

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm

Plotting Graphs

Post by xApple »

Hello !
Has anyone made a stack/done some work on creating 2D graphs in rev from simple X,Y data points ?
I was hesitating in using Matlab or Runrev for my Bachelor Project... Matlab having of course all the state-of-the-art plotting tools but very poor user interface.

Thanks in advance !
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus »

Hi xApple,

maybe my little (cheesy :-) stack "Plotter test" may get you started.

Find it on my website on the "X-Talk" page:
http://www.major-k.de/xtalk.html


Best

Klaus Major
paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Post by paul_gr »

Thanks for that Klaus.
Much appreciated -- and I wouldn't call it cheesy.

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

Post by Klaus »

Hi paul_gr,

thank you VERY much :-)
xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm

Post by xApple »

Yeah it's not bad..
A good start indeed...
Only missing an adaptive scale rather than the fixed "12" value.

If I build on it I'll send it back to you.

Thanks, have a nice day.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus »

xApple wrote:...
Only missing an adaptive scale rather than the fixed "12" value.
...
Well, I was young and needed the money ;-)
mblackman
Posts: 22
Joined: Fri Apr 14, 2006 12:02 pm

Post by mblackman »

xApple
Posts: 113
Joined: Wed Nov 29, 2006 10:21 pm

Post by xApple »

Sweet. Exactly what I needed.
Nice work and thanks a lot !
Post Reply