Java jfreechart stick scatterplot?

牧云@^-^@ 提交于 2019-11-29 17:44:44

For ~106 data points, FastScatterPlot is a good choice. For larger numbers, you'll have to test.

Addendum: The good news is that zooming works very well, and you can set the initial zoom area as needed.

Addendum: For speed, FastScatterPlot uses an internal render() method, instead of a plug-in renderer. Rather than rendering a shape, consider using a spectrum of colors that vary in saturation or transparency.

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