简体   繁体   中英

what is the best way to draw mathematical graphs in ios?

I might think there are some way to draw graphs related mathematics, for example by using quartz, OpenGL ES, cocos2D. But I am really confusing what is best library and best how for how to implement that in iphone or ipad. In addition to, what is the best libray for calculating scientific math.

I'm not sure that there is anything out there currently that's dedicated to drawing mathematical graphs, but there are several charting libraries that could display your data nicely. I think you would have to provide your own data in most cases though.

There's a list of charting libraries available here:

What are the alternatives to Core-Plot for drawing graphs in iPhone SDK

Hope that helps :)

You can use Quartz or OpenGL ES for drawing. There is a nice demo by apple about "QuartzDemo" for this. http://developer.apple.com/library/ios/#samplecode/QuartzDemo/Introduction/Intro.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM