Tagged Questions
3
votes
2answers
2k views
JFreeChart Scatter Plot Lines
I'm trying to create a graph with JFreeChart, however it doesn't get the lines right. Instead of connecting the points in the order I put them, it connects the points from in order of their x-values. ...
1
vote
1answer
688 views
Scatter Graph with multiple “scatter lines”
Ok, I know about JFreeChart and others, but I'm coding my own simple scatter graph. I've already got a box chart down (without y-axis labels but that shouldn't be a huge problem when I explain it in ...
1
vote
2answers
885 views
Java: Really simple scatter plot utility
I know there are many comparisons of java plotting libraries out there, but I'm not finding what I need. I just want a mind-numbingly simple toolkit that creates images of scatterplots from a set of ...
0
votes
0answers
407 views
Combined Charts with FastScatterPlot and LineChart @ JFreeChart with Big Data (6.8 million entries ~80MB)
i like to display a FastScatterPlot combined with a LinePlot. Is it somehow possible to combine these charts into a combined plot? Unfortunatelly it doesn't seem so regarding Developers Guide?! At ...