Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac OS: How to draw graph in Mac OS application?

Tags:

macos

osx-lion

I am developing a Mac OS X application. In that i have to draw a wave graph / chart. Is there any library / framework available which makes my job easy? What is the best way of achieving this goal?

Thanks in advance.

like image 385
Nir Avatar asked Oct 21 '25 04:10

Nir


1 Answers

Core Plot is a plotting framework for iOS and OS X. I'm not sure if it'll have the exact type of graph you want but it is probably your best bet.

If a web-based API is acceptable then you could look at the Wolfram Alpha API (as @estro suggests) or perhaps the Google Chart API.

like image 142
mttrb Avatar answered Oct 23 '25 17:10

mttrb