Search found 3 matches
- Mon Nov 24, 2003 3:31 pm
- Forum: JFreeChart
- Topic: skipping labels in category plots
- Replies: 16
- Views: 27318
The reason it doesn't make sense is because this is a category plot we are talking about. Now of course its possible that your categories represent quantities, or years, or some other numeric data, in which case skipping labels makes sense, as a reasonably intelligent user will automatically interpo...
- Fri Nov 21, 2003 10:30 am
- Forum: JFreeChart
- Topic: skipping labels in category plots
- Replies: 16
- Views: 27318
- Fri Nov 21, 2003 9:44 am
- Forum: JFreeChart
- Topic: skipping labels in category plots
- Replies: 16
- Views: 27318
skipping labels in category plots
I'm creating a bar chart with about 30 bars, and the labels overlap. I want to skip out every other label, but obviously can't set the label to " " as the category names need to be unique. I noticed this has been asked for before and DG said some code had been submitted into CVS to address this...an...