Thread: Graph in 2D
View Single Post
Join Date: Aug 2008
Posts: 1,735
Reputation: LizR has a spectacular aura about LizR has a spectacular aura about 
Solved Threads: 186
LizR LizR is offline Offline
Posting Virtuoso

Re: Graph in 2D

 
0
  #2
Sep 24th, 2008
if you want a simple graph such as an x/y graph where you put a point, draw a line between it and the next points etc. That shouldnt be so hard, in fact coding it should be a peice of cake.

If you've been trying a month you most likely have some code even if it doesnt work. Perhaps we can help you fix that.

If you want barcharts, thats fairly easy too

Only ones that are more complicated are those where you have to do an approximate line through it, with best fit or curves..
Reply With Quote