Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够绘制一条曲线,但它并不平滑。事实上,它完全是分心和波动的。任何人都可以帮助我或建议一种使曲线平滑的方法吗?
提前致谢。
在 1.0 版本之后,Core Plot 框架中添加了一个新选项,该选项使用平滑线绘制散点图。您需要使用 Mercurial 获取最新代码或等待下一个版本,目前未计划。
plot.interpolation = CPTScatterPlotInterpolationCurved;