Search found 6 matches
- Thu Jan 10, 2008 12:26 am
- Forum: JFreeChart
- Topic: How do you set the y axis so that the scale is whole numbers
- Replies: 2
- Views: 4086
- Wed Jan 09, 2008 5:51 am
- Forum: JFreeChart
- Topic: Help with Histograms alignment!
- Replies: 2
- Views: 3897
- Wed Jan 09, 2008 2:40 am
- Forum: JFreeChart
- Topic: Help with Histograms alignment!
- Replies: 2
- Views: 3897
Help with Histograms alignment!
I've used the chart generator to generate a histogram but its alignment is all wrong. say if at x=0, y=9 and somewhere further down, x = 6, y=3, the left side of a y=9 bar starts off having at 0 with width more than 0.5 (and the scale goes up by 0.5 both x and y) , this keeps going off until at the ...
- Wed Jan 09, 2008 2:21 am
- Forum: JFreeChart
- Topic: How do you set the y axis so that the scale is whole numbers
- Replies: 2
- Views: 4086
How do you set the y axis so that the scale is whole numbers
I'm drawing histograms to show about information I have for some nodes in a graph. The y-axis shows the number of nodes that has the value of x, so it would make sense only if y is whole number. How do I change the axis settings so that it only displays whole numbers instead of decimal numbers as we...
- Mon Jan 07, 2008 2:54 am
- Forum: JFreeChart
- Topic: How to change the x-axis label angle?
- Replies: 1
- Views: 3234
How to change the x-axis label angle?
I've created a chart using the ChartFactory class createBarChart method and now I need to change the angles of the labels of the x-axis just like the demo DualAxisDemo1.png on this website (I can't post any URL's =( ) I've noticed a method in the Axis class setLabelAngle() , but I can't use it unles...
- Mon Jan 07, 2008 2:12 am
- Forum: JFreeChart
- Topic: Does JFreeChart make use of a servlet to createthe graph?
- Replies: 3
- Views: 6260
Does JFreeChart make use of a servlet to createthe graph?
hey all
I am quite a newbie to this and was wondering if JFreeChart makes use of servlets to both save and create the graph? I am to avoid using any applets for this project.
I am quite a newbie to this and was wondering if JFreeChart makes use of servlets to both save and create the graph? I am to avoid using any applets for this project.