hey, im fairly new to developing and have no idea how i would go about creating a line graph, such as the one in the 'ipushups' app. Any body know how i would go about doing this or know of any tutorials that would explain??
hey, im fairly new to developing and have no idea how i would go about creating a line graph, such as the one in the 'ipushups' app. Any body know how i would go about doing this or know of any tutorials that would explain??
cool its a line graph that i want. the screen shot wont load up
How did you get the code of that site the... 'hg clone Revision ae158fc377: / core-plot"
im well confused, it telling me to download Mercurial, then when i click the link to do that theres not a link to download it to mac os x 10.5 but tells me to download python2.5...iv done that now what???
thanks! that made it a lot easier i managed to get all the code and i follwed the instructions exactly but now it keeps coming up with 1 error basicly saying i need a ';' before '{' but then it dosnt fix it and makes more errors appear then u fix them then it goes back to the first one taking me in circles!! well annoying!
that google api does look helpful but i dnt really understand it and where id put the code. would it mean the user would have to have access to the internet in order for th graph to work??
and that googl chart api i get now but ivcreated a UIWebView which works fine but when i try to link it to the google api chart e.g it dosnt load any thing
hey, the problem was i had forgot to import the cocoaTouch.h file!
now im just stcuk with 1 error...
CPPlotSymbol *greenCirclePlotSymbol = [CPPlotSymbol ellipsePlotSymbol];
greenCirclePlotSymbol.fill = [CPFill fillWithColor:[CPColor greenColor]];
greenCirclePlotSymbol.size = CGSizeMake(2.0, 2.0);
xSquaredPlot.defaultPlotSymbol = greenCirclePlotSymbol;
//(error:request for member 'defaltPlotSymbol' in something not a structure or a union)