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.
私は現在JFreeChartを使用していますが、プロットの終わりが軸と交差していません。plzは私の写真を見てください。
どうすればその問題を取り除くことができますか?
ドメイン軸のマージンをゼロに設定できます。
ValueAxis axis = plot.getDomainAxis(); axis.setLowerMargin(0); axis.setUpperMargin(0);