JFreeChart - 如何反转轴顺序
我正在创建 XYPlot,并且需要反转 y 轴上的顺序(也就是说,我需要较低的数字来使轴上的数字较高)。我将不胜感激任何关于如何做到这一点的提示。
I'm creating XYPlot and I need to reverse the order on y-Axis (that is, I need lower numbers to be higher on the axis). I would appreciate any hints how to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我和你有同样的问题。我发现了这个:
I had the same problem as you. I found this:
要反转 Y 轴...您可以使用
来源:
在 JFreeChart 中反转 X 轴数字标签
to reverse the Y-axis ... you can use
Source:
Reverse X-axis numeric labels in JFreeChart