Search found 26 matches
- Mon Jul 07, 2008 4:10 pm
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
...check that all your datasets have the same category values (add a null y-value if you have to) Hi David and ty for your reply. The problem is most likely this. Lets say I have 2 datasets. Each dataset have been created with his own x-axis. And make x axis of each ds be : ds1 (x values) = 1,2,3,4...
- Thu Jun 12, 2008 3:28 pm
- Forum: JFreeChart
- Topic: TickLabels
- Replies: 1
- Views: 2706
Re: TickLabels
Check atkds_kuldeep wrote:1.Showing tick labels on x axis vertically aligned
CategoryAxis.setCategoryLabelPositions(..)
--
Phil
- Thu Jun 12, 2008 1:37 pm
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
Hi all. I have been trying to resolve my problem. What I was thinking was to map all the dataset to the same domain axis (Look at plot.mapDatasetToDomainAxis(pos, 0); ): public void CreateLineSerie(String serie, String xValues[], double yValues[],double stdev[]) { final ExtendedDefaultStatisticalCat...
- Tue Jun 10, 2008 2:17 pm
- Forum: JFreeChart
- Topic: String values in X axis
- Replies: 15
- Views: 30196
- Tue Jun 10, 2008 12:52 pm
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
Hi there and tx for your reply. Thats exacly what I'm tyrying to do. Here's a bit of code I use to create my dataset : public void CreateLineSerie(String serie, String xValues[], double yValues[],double stdev[]) { final ExtendedDefaultStatisticalCategoryDataset result = new ExtendedDefaultStatistica...
- Mon Jun 09, 2008 4:37 pm
- Forum: JFreeChart
- Topic: Domain axis problem (many series)
- Replies: 6
- Views: 8165
Domain axis problem (many series)
Hi all. I'll try to to explain my problem the best I can :) I'm using a categorie dataset to fetch data I want on my chart. When using only 1 dataset, the new series added display fine on my chart. Notice the gap on the blue serie at the S02 which is correct. http://img440.imageshack.us/img440/4173/...
- Thu Jan 24, 2008 9:07 pm
- Forum: JFreeChart
- Topic: Using superscript char in LineChart label
- Replies: 3
- Views: 5261
There probably isn't a way to do it without modifying JFreeChart (and using AttributedString, maybe). Which label do you want to change - axis label, tick label, some other label? Hi and sorry for my late response. I was out of town for couple days. In fact I would like to change series label caus ...
- Mon Jan 14, 2008 10:08 pm
- Forum: JFreeChart
- Topic: Using superscript char in LineChart label
- Replies: 3
- Views: 5261
- Wed Jan 09, 2008 5:51 pm
- Forum: JFreeChart
- Topic: Legend Position
- Replies: 6
- Views: 9694
Re: XYTitleAnnotation coordinate arguments
Can you please elaborate on the (x,y) coordinate arguments in the XYTitleAnnotation constructor? It seems they are in the range [0, 1]. On a standard date domain axis, the x coordinate behaves like a percentage (x=.05 puts the legend 5% away from the left of the chart). But the interaction with Log...
- Wed Jan 09, 2008 5:28 pm
- Forum: JFreeChart
- Topic: Using superscript char in LineChart label
- Replies: 3
- Views: 5261
Using superscript char in LineChart label
Hi all.
I'm trying to place a char as superscript in a label (LineChart). Is is possible?
Tx for any suggestions.
I'm trying to place a char as superscript in a label (LineChart). Is is possible?
Tx for any suggestions.
- Fri Nov 30, 2007 11:55 pm
- Forum: JFreeChart
- Topic: Displaying external information on chart
- Replies: 6
- Views: 8673
- Fri Nov 30, 2007 11:46 pm
- Forum: JFreeChart
- Topic: Displaying external information on chart
- Replies: 6
- Views: 8673
- Fri Nov 30, 2007 11:35 pm
- Forum: JFreeChart
- Topic: Displaying external information on chart
- Replies: 6
- Views: 8673
- Fri Nov 30, 2007 8:54 pm
- Forum: JFreeChart
- Topic: Displaying external information on chart
- Replies: 6
- Views: 8673
Displaying external information on chart
Hi all.
I'm using a LineChart and I want to display external information on it (like the R^2) of a regression.
My quesiton is : is it possible to write (display) texte at x,y position in my chart?
Best regards, and have a neci day.
Phil
I'm using a LineChart and I want to display external information on it (like the R^2) of a regression.
My quesiton is : is it possible to write (display) texte at x,y position in my chart?
Best regards, and have a neci day.
Phil
- Thu Aug 23, 2007 7:38 pm
- Forum: JFreeChart
- Topic: Remove series in DefaultStatisticalCategoryDataset
- Replies: 7
- Views: 10593