Search found 3 matches

by wiedenig
Sat Nov 11, 2017 9:08 pm
Forum: JFreeChart
Topic: Issue with LogAxis and minor grid lines
Replies: 4
Views: 5544

Re: Issue with LogAxis and minor grid lines

Hi, I found a solution for above problem: download the source file of LogAxis.java change line number 144 (replace 10 with 9) and include the file in your project (don't forget to include the missing imports) set the axis auto tick unit selection to false: axis.setAutoTickUnitSelection(false); That'...
by wiedenig
Wed Nov 08, 2017 4:48 pm
Forum: JFreeChart
Topic: Issue with LogAxis and minor grid lines
Replies: 4
Views: 5544

Re: Issue with LogAxis and minor grid lines

Hi,
Nobody experienced the same problem?
Here's a picture:
Image
Thanks,
Thomas
by wiedenig
Tue Nov 07, 2017 1:09 pm
Forum: JFreeChart
Topic: Issue with LogAxis and minor grid lines
Replies: 4
Views: 5544

Issue with LogAxis and minor grid lines

Hi, I think there is an error with LogAxis and minor grid lines. The problem accurs when I use LogAxis (Domain or Range does not matter) and the minor grid lines are displayed. There should be 8 minor lines between the mayor lines - but there are 9. e.g. between 10^0 (=1) and 10^1 (=10) there should...