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.
在我的应用程序中,我将核心绘图库用于图表,我正在使用 DatePlot 示例。
虽然我使用以下两个语句
x.labelRotation = M_PI / 4; x.labelOffset = 10.0;
加载图表需要花费太多时间大约 1.5 - 2 分钟,如果我评论这两条线,它的加载时间还可以,只需在 5-10 秒内加载。
知道如何解决这个问题吗?有什么帮助吗?
谢谢。
检查轴标记策略和相关属性(例如,majorIntervalLength)。在轴上使用典型时间刻度时,默认设置将创建数千个刻度和标签。这可能需要很长时间来生成和渲染。
majorIntervalLength