<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Lines are not spaced correctly for log scale graphs that don't start at a power of 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132480">132480</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Lines are not spaced correctly for log scale graphs that don't start at a power of 10
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.2.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>7qia0tp02@sneakemail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
If you make a graph with X axis starting at 10, and ending at 1000, the minor
grid lines should (and will) be drawn at:

10
20
30
40
50
60
70
80
90
100
200
300
400
500
600
700
800
900
1000

If you make a graph with X axis starting at 20, and ending at 2000, the minor
grid lines should be drawn at:

20
30
40
50
60
70
80
90
100
200
300
400
500
600
700
800
900
1000
2000

However, if you try the second case in LibreOffice Calc, it draws them with the
same spacing as the first case, just with different labels, so the grid lines
are actually at mostly useless numbers:

20
40
60
80
100
120
140
160
180
200
400
600
800
1000
1200
1400
1600
1800
2000

Instead, the lines should always fall on multiples of 10, regardless of
starting point, not on arbitrary numbers.

Steps to Reproduce:
1. Create a graph
2. Insert minor grid lines
3. Set spacing to logarithmic
4. Set starting point at anything other than a power of 10

Actual Results:
See above

Expected Results:
See above


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.4.2.2 (x64)
Build ID: 4e471d8c02c9c90f512f7f9ead8875b57fcb1ec3
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL</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>