-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am having trouble with setting up the open source library JFreeChart for creating charts using Java. This is the process I have followed so far in trying to set it up:
I downloaded the latest version from their download page http://sourceforge.net/projects/jfreechart/files/.
I then unpacked the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want the label of one of my axis to be two words, each aligned to the beginning and end of said axis - I've been doing this by inserting spaces in the Axis label, but it's a crappy solution.
Is there a way to align label text for a JFreeChart chart?
Thanks for any replies!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a stream of incoming data that I would like to plot using a simple histogram. I don't know the range of values, or the proper resolution or bin width to use for the histogram.
SimpleHistogramDataset provides some of this functionality, but I don't want to have to deal with catching exceptions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Anybody that has experience using Jfreechart, is there a way to change the color of my labels for my XY axes. Right now I'm using a XYPlot and I want to change the color of the labels on my axes. Is there a way to do this?
Thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Currently, the PolarChart joins all the coordinates with lines creating a polygon. I just want it to plot each point with a dot and NOT join them together. Is this possible?
I have tried using translateValueThetaRadiusToJava2D() and Graphics2D to draw circles but it's very clunky and contrived.
Any…
>>> More