Nir
Nir

Reputation: 409

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

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.

Upvotes: 4

Views: 4533

Answers (2)

triple fault
triple fault

Reputation: 14138

You can try Wolfram Alpha API.

Upvotes: 1

mttrb
mttrb

Reputation: 8345

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.

Upvotes: 2

Related Questions