Search found 2 matches
- Wed Mar 13, 2019 4:21 am
- Forum: JFreeChart
- Topic: setTickUnit not being adhered to when it should be possible
- Replies: 0
- Views: 12858
setTickUnit not being adhered to when it should be possible
I am making an xy chart and want to manually set the x axis tick units to 50. The data is fairly well behaved, and generally is in the range of 0 - 500. My issue is that for some sets of data it does show tick marks every 50. But for others it shows ticks every 100 instead. As far as I can see there...
- Mon Apr 03, 2017 2:31 am
- Forum: JFreeChart
- Topic: How to: make x and y axis have the same autogen tick marks
- Replies: 0
- Views: 4635
How to: make x and y axis have the same autogen tick marks
Hello We are using JFreeChart to generate an xy plot. The plot is always made "square", so the min and max range of the x and y axis is always set the same. We do not know before hand what the data will look like, so we don't have any guesses as to what the tick mark intervals should be. The automat...