在jfreechart中如果不设置柱形图宽度的话,jfreechart会默认设定宽度,就会出现一个图形里只有一个柱的超宽柱形图,很不美观,可以通过下列代码设置宽度:
BarRenderer barrenderer = new BarRenderer();
barrenderer.setMaximumBarWidth(0.1);
barrenderer.setMinimumBarLength(0.1);
CategoryPlot categoryplot = (CategoryPlot) chart.getPlot();//图本身
categoryplot.setRenderer(barrenderer);
参考文章:
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com