Show different size ticks in NumberAxis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kataja
Posts: 1
Joined: Tue Nov 23, 2010 2:57 am
antibot: No, of course not.

Show different size ticks in NumberAxis

Post by kataja » Tue Nov 23, 2010 3:10 am

Hi everybody,
I have an histogram and I need show only the tick between each two bins.
If the bins are:
[0, 5), [5,20) and [20,80)
I need that the domain axis show only the following ticks: 0, 5, 20 and 80

Is it possible in jfreechart?

I searched on Google and didn't found anything.

Any help will be appreciated.
Thanks!

Locked