Search found 5 matches
- Tue Oct 10, 2006 10:16 am
- Forum: JFreeChart
- Topic: Non-numeric x axis labels on scatterplot
- Replies: 0
- Views: 2083
Non-numeric x axis labels on scatterplot
Hi david, I recently faced the same problem what pankaj faced. I have a scatterplot and i want non-numeric values for the x-axis. I cant use category plot as i have to use XYLineAndShapeRenderer. Whereas using SymbolAxis makes most of my values disappear. How to use SymbolAxis for XYPlot correctly? ...
- Tue Oct 10, 2006 10:14 am
- Forum: JFreeChart
- Topic: Non - numeric values for Series Line chart
- Replies: 3
- Views: 4003
Hi david, I recently faced the same problem what pankaj faced. I have a scatterplot and i want non-numeric values for the x-axis. I cant use category plot as i have to use XYLineAndShapeRenderer. Whereas using SymbolAxis makes most of my values disappear. How to use SymbolAxis for XYPlot correctly? ...
- Thu May 11, 2006 5:44 am
- Forum: JFreeChart
- Topic: Connect line ignoring null/missing points
- Replies: 8
- Views: 10259
Thanks
Thanks David, Option 2 is the one I shall be working on...
*This forum is great..*
Shall post any more queries if I have difficulty implementing it..
*This forum is great..*
Shall post any more queries if I have difficulty implementing it..

- Thu May 04, 2006 10:47 am
- Forum: JFreeChart
- Topic: Series break in a line chart
- Replies: 4
- Views: 8784
And what to do if i dont want the breaks for missing points..?
http://www.jfree.org/phpBB2/viewtopic.p ... ct+missing
http://www.jfree.org/phpBB2/viewtopic.p ... ct+missing
- Thu May 04, 2006 10:40 am
- Forum: JFreeChart
- Topic: Connect line ignoring null/missing points
- Replies: 8
- Views: 10259
Connect line ignoring null/missing points
I have the following dataset for which i am drawing a line-chart: There is no data/value for sample1 + ratio3. The resultant chart shows the the disconnected/broken line on the chart. What i would like is to do is to connect the previous and the next points, ignoring the above mentioned missing poin...