Increase Size of Dot in Graph

╄→尐↘猪︶ㄣ 提交于 2019-12-13 17:26:34

问题


I am creating a scatter plot graph using JFreeChart. Sometimes I only have a few points, and the dots are so small. They are almost invisible? Does anyone know how to increase the size of the dots?

Sorry if this seems trivial, I am new to JFreeChart.

Thanks


回答1:


The OverlaidXYPlotDemoTZ class at this link: http://www.jfree.org/phpBB2/viewtopic.php?t=5068&highlight=xydotrenderer demonstrates how to do this.



来源:https://stackoverflow.com/questions/4879362/increase-size-of-dot-in-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!