<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add additional lines into a log scale of charts (minor ticks)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=62924#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add additional lines into a log scale of charts (minor ticks)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=62924">bug 62924</a>
              from <span class="vcard"><a class="email" href="mailto:pnetmod@f2s.com" title="Libomark <pnetmod@f2s.com>"> <span class="fn">Libomark</span></a>
</span></b>
        <pre>You can change the major interval in the axis scale options:

0.30103 (=log10(2)) will give major marks on every multiple of 2 (as the number
is not precise, you will need to format the scale to a fixed number of d.p.)

I note that the minor grid is 8 lines, 9 intervals between major grid lines
drawn logarithmically, regardless of the choice of major interval.  This
doesn't make sense: surely the starting point should be 9 lines, 10 intervals,
or at least picking out intervening integers when a different major interval is
set.  It may help to change the operation so that the major interval is the
log10 of the number you input, rather than having to input the log10
explicitly.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>