Issue 76422 - Axes scaling stops at the very last input value when it should extend slightly beyond.
Summary: Axes scaling stops at the very last input value when it should extend slightl...
Status: CLOSED DUPLICATE of issue 75933
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC (x86_64) Linux, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2007-04-17 01:08 UTC by jitterybit
Modified: 2013-02-24 21:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
An example of the automatic axes max value scaling issue. (20.65 KB, application/vnd.sun.xml.calc)
2007-04-17 01:10 UTC, jitterybit
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jitterybit 2007-04-17 01:08:50 UTC
When creating a scatter plot, the scaling of an axes will only go as far as the
last value, when it should extend at least slightly beyond the final value. 
This causes the last plotted value to not be visible in the chart.  An easy
workaround is to manually extend the scale.  This is unfortunately very time
consuming when creating large numbers of plots from multiple data sets.  This
bug should not be too difficult to squash, by extending the axes max value a
percentage or some other factor of the input values.
Comment 1 jitterybit 2007-04-17 01:10:06 UTC
Created attachment 44464 [details]
An example of the automatic axes max value scaling issue.
Comment 2 bjoern.milcke 2007-04-17 07:40:16 UTC
The clipped data point is a bug. See also Issue 75933.

In the new chart, we also have some more distance between the last data point
and the edge of a chart. At least in y-direction. I am not sure about the x-axis
of a scatter plot at the moment.

*** This issue has been marked as a duplicate of 75933 ***
Comment 3 bjoern.milcke 2007-04-17 07:51:53 UTC
Note: Issue 30426 is the one about better scaling of the axes.
Comment 4 lohmaier 2007-05-11 20:53:39 UTC
closing duplicate