Search found 13 matches
- Fri Feb 27, 2004 6:24 pm
- Forum: JFreeChart
- Topic: mean and standard deviation for xyseries
- Replies: 1
- Views: 3151
mean and standard deviation for xyseries
Is there an easy way of obtaining the mean and standard deviation of an xyseries?
- Fri Feb 27, 2004 6:15 pm
- Forum: JFreeChart
- Topic: Nonlinear Data
- Replies: 3
- Views: 4710
David - How would I go about labeling the y axis as follows: I'm ploting cum-prob data. The x and y data are graphed linearly. However, I need the y-axis labels to be non-linear. The computed y-axis data ranges between +-3, but the associated percentage labels occur at non-linear locations. For exam...
- Tue Feb 24, 2004 12:21 am
- Forum: JFreeChart
- Topic: cum-prob data, creating & labeling non-linear y-axis
- Replies: 0
- Views: 2722
cum-prob data, creating & labeling non-linear y-axis
Hi- I'm ploting cum-prob data. The x and y data is linear. However, I need the y-axis labels to be non-linear. Generally, the computed y-axis data ranges between +-3, but the associated percentage labels occur at non-linear locations. For example: y value, percentage 2.326342, 99 1.281551, 90 0.5244...
- Mon Feb 23, 2004 11:22 pm
- Forum: JFreeChart
- Topic: Coordinates of mouse click in a ChartPanel
- Replies: 8
- Views: 17994
- Thu Feb 19, 2004 8:37 pm
- Forum: JFreeChart
- Topic: Tool Tips for BoxAndWhisker Plots
- Replies: 0
- Views: 2534
Tool Tips for BoxAndWhisker Plots
Box and Whisker Users: I found the boxandwhisker tool tip generator, ... but the boxandwhisker renderer does not have a constructor which accepts the generator. I'm probably missing something obvious, .. but, how do I get tool tips to appear on a boxandwhisker plot? The plots are being generated by ...
- Thu Feb 19, 2004 8:33 pm
- Forum: JFreeChart
- Topic: exception generating legend in servlet
- Replies: 3
- Views: 6973
- Fri Feb 13, 2004 2:55 am
- Forum: JFreeChart
- Topic: mean, stdev, range, quartile plot
- Replies: 3
- Views: 6214
- Fri Feb 13, 2004 2:06 am
- Forum: JFreeChart
- Topic: mean, stdev, range, quartile plot
- Replies: 3
- Views: 6214
Thanks Dave! I found the Boxandwhiskerdemo and was able to compile it. However, I can't get the demo to run. I'm getting an exception: Exception in thread "main" java.lang.NoClassDefFoundError: BoxAndWhiskerDemo (wrong name: org/jfree/chart/demo/BoxAndWhiskerDemo) Also, I can't get jfreechart-0.9.16...
- Thu Feb 12, 2004 3:28 am
- Forum: JFreeChart
- Topic: mean, stdev, range, quartile plot
- Replies: 3
- Views: 6214
mean, stdev, range, quartile plot
:?: Is there a chart and an analysis package in JFreeChart for displaying basic statistical information about series data? For example, I have several groups of data (sorted by series) and I want sumarize their means, stdev, range, and quartiles (like JMP or RS1 or SAS would produce) for quick compa...
- Thu Feb 12, 2004 3:01 am
- Forum: JFreeChart
- Topic: Determining max/min values on XYPlots, then force axis setti
- Replies: 1
- Views: 3513
Determining max/min values on XYPlots, then force axis setti
:? I have a two part question. I'm graphing data on XYPlots where some plots have dates on the x axis and some plots are numeric on the x axis (the y axis is always numeric). Once the graph is created, I want to be able to determine what max/min values were assigned to both the x and y axis (part 1)...
- Tue Feb 03, 2004 6:31 pm
- Forum: JFreeChart
- Topic: exception generating legend in servlet
- Replies: 3
- Views: 6973
exception generating legend in servlet
Hi - I'm getting an execption when I ask for a legend on an x/y plot. I'm generating the graphs using the jsp-servlet example. The graphs work fine until I ask for the legend. I'm not sure what I'm doing wrong, but I'm probably requesting the legend incorrectly. Suggestions? :? Here is the exception...
- Fri Dec 05, 2003 5:40 pm
- Forum: JFreeChart
- Topic: running jfreechartdemo as a servlet
- Replies: 0
- Views: 2993
running jfreechartdemo as a servlet
Group - Is it possible to run a JFrame application (like jfreechartdemo) as a servlet? I have an engineering application that analyizes data and produces cool graphs and I want the ability to use JSliders, Jlists, JButtons, etc. I would like to host the whole thing as a web application to provide br...
- Wed Dec 03, 2003 8:41 pm
- Forum: JFreeChart
- Topic: New version of JFreeChart Sample WAR available
- Replies: 40
- Views: 177871
very nice servlet demo
Hi Richard, Very nice servlet demo! I got it working on a linux(RH9)-apache-tomcat system this morning. A note to anyone else who is trying this - you need to set the environment variable CATALINA_OPTS (as described by John Matthews in this forum). Otherwise, you're going to get x-windows errors. <d...