菜鸟教程小白 发表于 2022-12-12 16:15:31

ios - CPTScatterPlotInterpolationCurved 类型无法正常工作


                                            <p><p>我正在使用 Coreplot 框架来创建折线图,</p>

<pre><code> CPTScatterPlot *plot = [ init];
plot.dataSource = self;
plot.identifier = @&#34;mainplot&#34;;
plot.dataLineStyle = lineStyle_;
plot.plotSymbol = plotSymbol;
plot.interpolation = CPTScatterPlotInterpolationCurved;
;
</code></pre>

<p>如果我使用 <code>CPTScatterPlotInterpolationLinear</code> 点在图中正确连接,但 <code>CPTScatterPlotInterpolationCurved</code> 点在图中未正确设置</p>

<p>1.使用<strong>CPTScatterPlotInterpolationLinear</strong> <img src="/image/l1H2N.png" alt="CPTScatterPlotInterpolationLinear"/> </p>

<p>2.使用 <strong>CPTScatterPlotInterpolationCurved</strong>
<img src="/image/zntPd.png" alt="enter image description here"/> </p>

<p>顶部点工作正常,只有底部点设置不正确,请参阅点 { (2,0),(3,0)},如何解决此问题?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是按设计工作的。目标是获得一条通过所有数据点的平滑曲线,并尽可能减少方向的突然变化。</p>

<p>如果您对如何改进它有任何建议,请在 Core Plot <a href="https://code.google.com/p/core-plot/issues/list" rel="noreferrer noopener nofollow">issue tracker</a> 上提出改进请求.</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - CPTScatterPlotInterpolationCurved 类型无法正常工作,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/19852898/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/19852898/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - CPTScatterPlotInterpolationCurved 类型无法正常工作