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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.