Search found 10 matches

by AggressiveFish
Mon Jan 13, 2014 5:13 pm
Forum: JFreeChart
Topic: Box and Whisker
Replies: 1
Views: 2923

Box and Whisker

Not 100% sure if everything I'm doing is correct in the calculations I'm performing to eliminate outliers and extreme values before trying to plot. I have this dataset : 43,58,62,64,66,73,89 I'm receiving a triangle / arrow at the top of the data when plotted in jFreeChart and a round red circle bel...
by AggressiveFish
Fri Jan 03, 2014 6:20 pm
Forum: JFreeChart
Topic: What does size of median circle on BoxAndWhisker mean ?
Replies: 9
Views: 17246

Re: What does size of median circle on BoxAndWhisker mean ?

I'm trying to create a Box and Whisker with only with "box and whisker" (or one set of data to apply). Upon display (as I'm assuming most of you here with similar troubles) there is a rather large black dot. Is there a way to remove or at least make this circle much smaller as it's blocking out just...
by AggressiveFish
Thu Jun 28, 2007 8:09 pm
Forum: JFreeChart
Topic: Sometimes zero, sometimes not
Replies: 0
Views: 1678

Sometimes zero, sometimes not

I have a 2 series line graph displaying but some of the values that have zeros show and some don't. Is there a setting that will force zeros on or off like there is for the Pie charts? Thanks in advance.

AF
by AggressiveFish
Thu Jun 28, 2007 8:01 pm
Forum: JFreeChart
Topic: Sort the Y-Axis using JFreeChart
Replies: 3
Views: 3917

Sorting Y-Axis in descending order

I used the DefaultKeyedValues object to sort them (i.e. dataF.sortByValues(SortOrder.DESCENDING)) and then used DatasetUtilities.createCategoryDataset (for my first series). The second series and first series are set up to have the exact same keys so all is well. Thanks for the post.

AF
by AggressiveFish
Thu Jun 28, 2007 7:49 pm
Forum: JFreeChart
Topic: Max. Size for Y-Axis?
Replies: 2
Views: 3409

Maximum size for Y-Axis

What I meant was how many categories, items, etc.., (such as a report with customers at the bottom - John, Mary, and Joe - would have 3 items/categories) could be squeezed on the Y-Axis across. I find a problem with how I was calling my chart generator that allowed me much more than 35-40 items (lim...
by AggressiveFish
Tue Jun 26, 2007 4:19 pm
Forum: JFreeChart
Topic: Max. Size for Y-Axis?
Replies: 2
Views: 3409

Max. Size for Y-Axis?

What is the maximum number (or size) for elements spanning the Y-Axis? I was creating a few graphs and it looked as though it might be between 35 and 45 entities. Can anyone answer this? Thanks.

AF
by AggressiveFish
Tue Jun 26, 2007 4:15 pm
Forum: JFreeChart
Topic: Sort the Y-Axis using JFreeChart
Replies: 3
Views: 3917

Sort the Y-Axis using JFreeChart

I was wondering what is the easiest method of displaying the values on the Y-Axis in a JFreeChart line or bar graph in descending order. Any help would be much appreciated.
by AggressiveFish
Fri Apr 20, 2007 7:14 pm
Forum: JFreeChart
Topic: JSP, JFreeChart, and JBoss
Replies: 1
Views: 3192

JSP, JFreeChart, and JBoss

A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running. I downloaded another example off the web and it works fine. I've put both jcommon and jfreechart jars into WEB-INFO/lib but the chart won't display. Anyone have similar pro...
by AggressiveFish
Thu Apr 19, 2007 8:19 pm
Forum: JFreeChart
Topic: using JFreeChart with JSP
Replies: 85
Views: 486503

How to convert from this to JSP

Here is the example I wish to convert to a JSP document instead. Anyone got any helpful advice on how to do? Thanks.

www[dot]informit[dot]com/guides/printerfriendly.asp?g=java&seqNum=74&rl=1

[bubble][bubble]
AF
by AggressiveFish
Wed Apr 18, 2007 8:40 pm
Forum: JFreeChart
Topic: Preferred Directory
Replies: 0
Views: 1703

Preferred Directory

Got this example of the web but when trying to compile it gives me a ton of errors related to referencing classes from JFreeChart. When I extract the files where should I extract to (i.e. which directory)? Also, curious question since new to Java) when referencing such classes as java.awt and swing ...