简体   繁体   English

使用coreplot在目标c中的贝塞尔曲线

[英]bezier curve in objective c using coreplot

i am developing one app in iPhone in that application i want smooth curve using core plot frame work.can any one suggest how to implement smooth curve 我正在iPhone中开发一个应用程序,我希望使用核心绘图框架工作实现平滑曲线。任何人都可以建议如何实现平滑曲线

thanks in advance. 提前致谢。

A new interpolation mode, CPTScatterPlotInterpolationCurved , was added after the 1.0 release. 1.0版本之后,添加了新的插值模式CPTScatterPlotInterpolationCurved It will draw bezier curves between each point in the scatter plot. 它将在散点图中的每个点之间绘制贝塞尔曲线。 You can get support for it by pulling the latest code with Mercurial or wait for the next release. 您可以通过使用Mercurial获取最新代码或等待下一个版本来获得支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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