How do I make plots in Xcode C or C++?. Is there a library? freeware? something for sale?
F farmerdoug macrumors 6502a Original poster Sep 16, 2008 541 0 Mar 17, 2009 #1 How do I make plots in Xcode C or C++?. Is there a library? freeware? something for sale?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Mar 17, 2009 #2 What kind of framework are you using for your app? Carbon? Are you wanting to display them on screen, or just save to file as images?
What kind of framework are you using for your app? Carbon? Are you wanting to display them on screen, or just save to file as images?
F farmerdoug macrumors 6502a Original poster Sep 16, 2008 541 0 Mar 17, 2009 #3 plotting I use the command line utility to write C code. Nothing fancy.
M MrFusion macrumors 6502a Jun 8, 2005 613 0 West-Europe Mar 17, 2009 #4 farmerdoug said: I use the command line utility to write C code. Nothing fancy. Click to expand... There is no library. You have to make your own, or use a framework. A few of them have been discussed here before. You could do a search. If you are only interested in command line tools, you could write the data to file and plot it with gnuplot.
farmerdoug said: I use the command line utility to write C code. Nothing fancy. Click to expand... There is no library. You have to make your own, or use a framework. A few of them have been discussed here before. You could do a search. If you are only interested in command line tools, you could write the data to file and plot it with gnuplot.