I am trying to make a Bode plot with JFreeChart and I need to set an static amount of values in my domain axis. As you can see in this picture, I ALWAYS need to show only: 0.01; 0.1; 1; 10; 100 and 1000 and i need the graphic to adjust to this domain.
Asked
Active
Viewed 86 times
0
-
Did a search `jfreechart axis label` not get you anywhere? – Stefan Falk Aug 27 '13 at 12:57
-
Have a look at the class `ValueAxis`, you should be able to set user-specified axis-ticks using this object and it's `subclasses` – Daniel Mac Aug 27 '13 at 13:02
-
@StefanFalk sorry, i've been looking for an answer since yersterday and couldn't find one. – adriancho5692 Aug 27 '13 at 13:19
-
@DanielMac that's what i've been doing, i'll keep trying to find the solution. – adriancho5692 Aug 27 '13 at 13:20
-
Please edit your question to include an [sscce](http://sscce.org/) that shows your approach. Some examples are seen [here](http://stackoverflow.com/q/10347674/230513). – trashgod Aug 27 '13 at 17:11