Search found 1 match
- Fri Nov 28, 2003 4:38 pm
- Forum: JFreeChart
- Topic: BUG ? Y axis values not shown
- Replies: 4
- Views: 7085
It is a bug in the NumberAxis class - the standard tick unit collection does not have a tick size small enough for the range that is auto-calculated for the axis given a data range of zero. That will get fixed in a future release. In the meantime, one way to avoid the problem is to specify a minimum...