Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have a question similar to IgorM (6/22/2006) posted, I think.
In simple way describe: We have a XY (scatter) chart with lines connect points. Our X axis scale is 0 to 40 with major unit of 5. Since there is several data point at 0 of X axis, we would like to move Y axis cross at -1 of X axis (in Excel default Y axis cross at 0 of X axis). So how do we shift Y axis to -1 of X axis still keep X axis scale of 0 to 40 and not showing -1 of X axis. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Unfortunately the invariant point is the axis minimum, so in order to have a
tick mark at zero, you have to cross axes at an integral number of major units below zero. In other words, min = -5, major unit = 5, axis crosses at -5, etc. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Terry" wrote in message ... I have a question similar to IgorM (6/22/2006) posted, I think. In simple way describe: We have a XY (scatter) chart with lines connect points. Our X axis scale is 0 to 40 with major unit of 5. Since there is several data point at 0 of X axis, we would like to move Y axis cross at -1 of X axis (in Excel default Y axis cross at 0 of X axis). So how do we shift Y axis to -1 of X axis still keep X axis scale of 0 to 40 and not showing -1 of X axis. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
The problem is we don't want any addition X axis smaller than -1.
So, this will work but this is not the way we want. The figure will be used on professional journal, it shout not have any X-axis that from -5 to -1 if there is no data there. Unfortunately the invariant point is the axis minimum, so in order to have a tick mark at zero, you have to cross axes at an integral number of major units below zero. In other words, min = -5, major unit = 5, axis crosses at -5, etc. |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Then you have to set the min, max, and spacing that you want, hide the
"normal" axis labels, and use a helper series to apply (hidden) points and data labels. For the labels, you can simply use the X values, so it's simpler than the examples on my web site which require an additional label range: http://peltiertech.com/Excel/Charts/ArbitraryAxis.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Terry" wrote in message ... The problem is we don't want any addition X axis smaller than -1. So, this will work but this is not the way we want. The figure will be used on professional journal, it shout not have any X-axis that from -5 to -1 if there is no data there. Unfortunately the invariant point is the axis minimum, so in order to have a tick mark at zero, you have to cross axes at an integral number of major units below zero. In other words, min = -5, major unit = 5, axis crosses at -5, etc. |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Terry:
You can set the X axis scale from -1 to 41 with a major interval of 5. Format the X Axis to remove tick marks and X axis labels. Then add a make a dummy X axis series that shows 0, 5, 10, etc. See one of these posts for how-to information on adding dummy axis series. http://processtrends.com/pg_charts_d...xis_series.htm http://peltiertech.com/Excel/Charts/...tml#hdrDummies Kelly "Terry" wrote in message ... I have a question similar to IgorM (6/22/2006) posted, I think. In simple way describe: We have a XY (scatter) chart with lines connect points. Our X axis scale is 0 to 40 with major unit of 5. Since there is several data point at 0 of X axis, we would like to move Y axis cross at -1 of X axis (in Excel default Y axis cross at 0 of X axis). So how do we shift Y axis to -1 of X axis still keep X axis scale of 0 to 40 and not showing -1 of X axis. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
how to add a second x axis with same Y axis value in one plot | Charts and Charting in Excel | |||
Secondary Axis Match Primary Axis Gridlines | Charts and Charting in Excel | |||
Pivot Table, Line Chart with Secondary Y axis, Page Field selection destroys Y2 axis | Charts and Charting in Excel | |||
can't change how data on 2nd axis is being displayed | Charts and Charting in Excel |