I am trying to chart some data. My X axis runs from -100 to 100. When I
chart the data the graph shows all data to the Right of the Y axis (0) and
nothing to the left. So my X axis goes 0, -100, -50, -25, 25, 50, 100 etc.
How can I get information (my negative values) to show up to the LEFT of the
Y axis or to the LEFT of the 0? The data I am working with is below.
Thanks very much!!
X axis Y axis
-100 104
-60 296
-30 353
-14 211
-7 503
7 821
14 303
30 470
60 462
100 226
> I am trying to chart some data. My X axis runs from -100 to
> 100. When I chart the data the graph shows all data to the
> Right of the Y axis (0) and nothing to the left. So my X axis
> goes 0, -100, -50, -25, 25, 50, 100 etc. How can I get
> information (my negative values) to show up to the LEFT of the
> Y axis or to the LEFT of the 0? The data I am working with is
> below.
> Thanks very much!!
Assuming a standard graph ("scatter chart"), the crossing point of what
Excel calls the "value axis" (y) can be set by right-clicking on the
x-axis values> Format axis>Scale. You may also need to set the value
range for x.
--
James Silverton
Potomac, Maryland
Email, with obvious alterations: not.jim.silverton.at.verizon.not
Sounds like you are using Line rather than XY-Scatter chart type.
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Kell2604" <Kell...@discussions.microsoft.com> wrote in message
news:304C04EE-B8D4-46EC...@microsoft.com...
> Sounds like you are using Line rather than XY-Scatter chart
> type.
The Chart Labeler utility
http://www.appspro.com/Utilities/ChartLabeler.htm
could be used with a "column" chart. You would create the chart with the
y-values only and then add labels for the x-values.
My ultimate goal was to get something like this...(which the scatter chart
does show - just not as cleanly as I would like). Where the space down the
middle is my Y axis or 0. There is no data below the x axis.
xxxx xxxx
xxxxx xxxxx
xxxxxx xxxxxx
xxxxxxx xxxxxxxx
If your bars will have category labels and not X values, put these labels in
the first column and the numerical values in the second column, then make
the bar chart. It will go left and right depending on the sign of the Y
values.
Another way to get a similar effect is to make an XY chart, then add error
bars. Add negative X (horizontal) error bars, using the percentage option,
and 100 as the percentage. This will draw an error bar from each marker to
the vertical (Y) axis.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______
"Kell2604" <Kell...@discussions.microsoft.com> wrote in message
news:51AC93E2-AC1C-4193...@microsoft.com...