To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87592
------- Additional comments from [EMAIL PROTECTED] Sat Mar 29 18:24:53 +0000 2008 ------- Yes, logarithmic scaling is tricky. The major grid lines are calculated this way: It starts with the value of "Minimum". Then a factor is calculated by factor=10^"Major interval" Next upper major grid line = previous grid line * factor Example: You want to have grids at 0.2 0.4 0.8 1.6 and so on Set "Minimum" to 0.2 Set "Major interval" to 0.301029995 which is lg2. That gives a factor 2. "Maximum" determines where the axis is cut, and "Axis at" draws an additional line for an axis besides the grid. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
