Difference between revisions of "Chart2/Axis"

From Apache OpenOffice Wiki
Jump to: navigation, search
(fixed issue 25706)
 
(6 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
* 1 over 2, 1 over 3,...
 
* 1 over 2, 1 over 3,...
 
* Displaying the labels is automatic but it doesn't always meet the needs.
 
* Displaying the labels is automatic but it doesn't always meet the needs.
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=58731
  
  
== Inverse axis position ==
 
[[Image:Chart2_Axis2.png]]
 
* X axis at the top
 
* Y axis at the right
 
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
 
 
 
== Reverse axis direction ==
 
[[Image:Chart2_Axis3.png]]
 
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
 
 
 
== Clockwise pie segment orientation ==
 
[[Image:Chart2_Axis4.png]]
 
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
 
  
  
Line 28: Line 13:
 
* Kilo, Mega,...
 
* Kilo, Mega,...
 
* This example displays units in Thousands.
 
* This example displays units in Thousands.
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=29918
 
+
 
+
== Add a title on the secondary Y axis ==
+
[[Image:Chart2_Axis6.png]]
+
* A work around is to add a subtitle and to use it for the secondary axis, but it's a work around :-)
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
 
+
 
+
== Modify the scale of X axis also when it's not an XY chart ==
+
[[Image:Chart2_Axis7.png]]
+
* In this example, scale begins on the 1/1 and ends the 3/1 while data begin the 2/1 and end on the 4/1.
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
 
+
  
 
== Axes labels customizable ==
 
== Axes labels customizable ==
Line 48: Line 20:
 
* In this example, date format displayed differently from the data range. March label text is manually modified.
 
* In this example, date format displayed differently from the data range. March label text is manually modified.
 
* In Excel 2000, it's not possible to modify text and label format individually.  
 
* In Excel 2000, it's not possible to modify text and label format individually.  
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=64703
  
 +
== Ability to fix the maximum and minimum property of axes from a spreadsheet cell ==
 +
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=64704
  
== Enhance the automatic line break for axis labels ==
 
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
 
  
 +
== Allow to change spacing between axes and axes labels ==
 +
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=64705
  
== Units of axes properties (numbers, hours, days, month ==
 
* The dialog that allows to modify axes properties doesn't indicates units (hours, days, weeks, month...) to adjust the scale (minimum, maximum, primary and secondary intervals)
 
an axes formatted to date and where the primary interval settings are less than 24 hours will be displayed as “double” format and not as hours.
 
* It's not possible to set a maximum date or a minimum date but only a number representing date in a numerical format.
 
* If axes are in date format, it's not possible  to settle an interval every 1st of each month.
 
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
 
  
 +
== Outliers: Break Axis ==
  
== Ability to fix the maximum and minimum property of axes from a spreadsheet cell ==
+
Occasionally one has to picture data that contains '''outliers'''. This is currently not easy performed. Consider the following data series: ''1, 2, 3, ..., 9, 10,'' and ''200''.
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
  
 +
Obviously '200' is far beyond the rest of the data. If we plot a bar-graph, the values ''1-10'' will be barely visible (and have almost the same magnitude), while the value 200 will strike out.
  
== Allow to change spacing between axes and axes labels ==
+
'''Workaround'''
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
 
+
  
== Mini and maxi of a logarithmic scale ==
+
To solve this issue, we need to be able to split the '''Y-Axis''' into 2 sections:
* Manually settling of the maximum and minimum of a logarithmic scale is not available.
+
* first section could be from 0 to 20
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+
* then it follows a short empty space (Y axis is discontinuous)
 +
* and the 2nd Y-axis, which contains values around 200
  
 +
e.g.
 +
  '''Y-axis'''
 +
 +
    ^        ^
 +
210 |        |
 +
200 |        |
 +
190 |        |
 +
    /  ''OR''  ...
 +
    /        |
 +
20  |        |
 +
10  |        |
 +
  0  |        |
 +
 +
a strike
 +
  through  ''OR''  ...
 +
the Y-axis
  
== Interval of logarithmic scale ==
+
This way it is possible to display accurately both the outliers (the ''200'' value) as well as the normal data, enhancing therefore the visualisation of all the relevant data.
* It's not possible to modify the primary interval in logarithmic scale
+
[[Category:Chart2]]
* A very detail spec is available, please see:
+
* http://specs.openoffice.org/chart/Chart_Scales_and_Intervals.odt
+
* covered in http://www.openoffice.org/issues/show_bug.cgi?id=99999
+

Latest revision as of 15:16, 15 December 2010

Limit the number of axis labels displayed

Chart2 Axis1.png



Affect units to the axis

Chart2 Axis5.png

Axes labels customizable

Chart2 Axis8.png

  • One can choose the label text format and number format regardless the data source range.
  • In this example, date format displayed differently from the data range. March label text is manually modified.
  • In Excel 2000, it's not possible to modify text and label format individually.
  • covered in http://www.openoffice.org/issues/show_bug.cgi?id=64703

Ability to fix the maximum and minimum property of axes from a spreadsheet cell


Allow to change spacing between axes and axes labels


Outliers: Break Axis

Occasionally one has to picture data that contains outliers. This is currently not easy performed. Consider the following data series: 1, 2, 3, ..., 9, 10, and 200.

Obviously '200' is far beyond the rest of the data. If we plot a bar-graph, the values 1-10 will be barely visible (and have almost the same magnitude), while the value 200 will strike out.

Workaround

To solve this issue, we need to be able to split the Y-Axis into 2 sections:

  • first section could be from 0 to 20
  • then it follows a short empty space (Y axis is discontinuous)
  • and the 2nd Y-axis, which contains values around 200

e.g.

  Y-axis

    ^         ^
210 |         |
200 |         |
190 |         |
    /   OR   ...
    /         |
20  |         |
10  |         |
 0  |         |

a strike
 through   OR  ...
the Y-axis

This way it is possible to display accurately both the outliers (the 200 value) as well as the normal data, enhancing therefore the visualisation of all the relevant data.

Personal tools