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.
我想使用 Core Plot Library 绘制图形。我尝试自定义 x 轴标签,如附图所示。
此图在 x 轴上的一个刻度位置有两个标签。和原点轴的标题。我可以使用 Core Plot 绘制这种类型的图表吗?如果是,我该怎么做?
是的,你可以这样做。但是,您必须使用存储库中最新的 coreplot 代码。AFAIK 属性标签格式化程序支持在最新的官方版本中尚不可用。使用该格式化程序,您可以为您的标签提供您想要的形式(并且只使用一个带有换行符的标签,而不是 2 个)。