Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 11
Default time-scale axis problem

I have sets of data that have a date with a corresponding numerical value in
number format with one decimal. When I try to plot them on a line chart with
a time-scale axis, Excel defaults to putting my points between 1/1/1900 and
1/20/1900. If I change the dates, then all my points end up nearly
vertically on the y-axis and do not correspond to the dates on the x-axis,
even though the point will indicate the correct date if you point to it with
the mouse. My final goal is to evaluate the rate of change in the values,
which I hope to do by looking at the average slope of the line. Thanks for
your help.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 11
Default time-scale axis problem

An addendum to my question below: Additionally, if I use "Automatic" or
"Category" for the X-axis, then all the dates are plotted at equal distances
from each other rather than being scaled according to the time between them.
Again, the end result is that I need to evaluate the rate of change of these
values over time, so any way that I can do that either by chart or otherwise
will help me. thanks, Ronan

"Ronan" wrote:

I have sets of data that have a date with a corresponding numerical value in
number format with one decimal. When I try to plot them on a line chart with
a time-scale axis, Excel defaults to putting my points between 1/1/1900 and
1/20/1900. If I change the dates, then all my points end up nearly
vertically on the y-axis and do not correspond to the dates on the x-axis,
even though the point will indicate the correct date if you point to it with
the mouse. My final goal is to evaluate the rate of change in the values,
which I hope to do by looking at the average slope of the line. Thanks for
your help.

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 103
Default time-scale axis problem

Ronan:

Use an XY chart instead of a line chart.


"Ronan" wrote in message
...
An addendum to my question below: Additionally, if I use "Automatic" or
"Category" for the X-axis, then all the dates are plotted at equal
distances
from each other rather than being scaled according to the time between
them.
Again, the end result is that I need to evaluate the rate of change of
these
values over time, so any way that I can do that either by chart or
otherwise
will help me. thanks, Ronan

"Ronan" wrote:

I have sets of data that have a date with a corresponding numerical value
in
number format with one decimal. When I try to plot them on a line chart
with
a time-scale axis, Excel defaults to putting my points between 1/1/1900
and
1/20/1900. If I change the dates, then all my points end up nearly
vertically on the y-axis and do not correspond to the dates on the
x-axis,
even though the point will indicate the correct date if you point to it
with
the mouse. My final goal is to evaluate the rate of change in the
values,
which I hope to do by looking at the average slope of the line. Thanks
for
your help.



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 11
Default time-scale axis problem

When I use the XY chart I have the same problems with the dates not
corresponding to the x-axis. The charts are coming up with the x-axis being
the first several days of year 1900, and the dates of my data points don't
correspond. Also, I would like to know if there is any other way to look at
rate of change other than a graph with a slope of a line. Thanks, Ronan

"Kelly O'Day" wrote:

Ronan:

Use an XY chart instead of a line chart.


"Ronan" wrote in message
...
An addendum to my question below: Additionally, if I use "Automatic" or
"Category" for the X-axis, then all the dates are plotted at equal
distances
from each other rather than being scaled according to the time between
them.
Again, the end result is that I need to evaluate the rate of change of
these
values over time, so any way that I can do that either by chart or
otherwise
will help me. thanks, Ronan

"Ronan" wrote:

I have sets of data that have a date with a corresponding numerical value
in
number format with one decimal. When I try to plot them on a line chart
with
a time-scale axis, Excel defaults to putting my points between 1/1/1900
and
1/20/1900. If I change the dates, then all my points end up nearly
vertically on the y-axis and do not correspond to the dates on the
x-axis,
even though the point will indicate the correct date if you point to it
with
the mouse. My final goal is to evaluate the rate of change in the
values,
which I hope to do by looking at the average slope of the line. Thanks
for
your help.




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 103
Default time-scale axis problem

Ronan:

1. Excel does not recognize your X data as valid dates. Are you using
standard convention: 03/012007?

2. Rate of change: you can calculate the rate of change as ratio or you can
calculate compound rate of change r.

Basic compound interest formula: Value@ t2 = Value @t 1*(1+r)^n
where r is rate of change per unit time
n is number of time units.

If you have annual data, t1 would be 2005, t2 would be 2006.

Solving for r:

r= {[Value@t2/Value@t1]^(1/n)}-1



,..Kelly



"Ronan" wrote in message
...
When I use the XY chart I have the same problems with the dates not
corresponding to the x-axis. The charts are coming up with the x-axis
being
the first several days of year 1900, and the dates of my data points don't
correspond. Also, I would like to know if there is any other way to look
at
rate of change other than a graph with a slope of a line. Thanks, Ronan

"Kelly O'Day" wrote:

Ronan:

Use an XY chart instead of a line chart.


"Ronan" wrote in message
...
An addendum to my question below: Additionally, if I use "Automatic" or
"Category" for the X-axis, then all the dates are plotted at equal
distances
from each other rather than being scaled according to the time between
them.
Again, the end result is that I need to evaluate the rate of change of
these
values over time, so any way that I can do that either by chart or
otherwise
will help me. thanks, Ronan

"Ronan" wrote:

I have sets of data that have a date with a corresponding numerical
value
in
number format with one decimal. When I try to plot them on a line
chart
with
a time-scale axis, Excel defaults to putting my points between
1/1/1900
and
1/20/1900. If I change the dates, then all my points end up nearly
vertically on the y-axis and do not correspond to the dates on the
x-axis,
even though the point will indicate the correct date if you point to
it
with
the mouse. My final goal is to evaluate the rate of change in the
values,
which I hope to do by looking at the average slope of the line.
Thanks
for
your help.








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default time-scale axis problem

I think Ronan meant 03/01/2007. with the second slant, but this might be
01/03/2007, depending on your Windows regional settings and on your Excel
cell format.
--
David Biddulph

"Kelly O'Day" wrote in message
...
Ronan:

1. Excel does not recognize your X data as valid dates. Are you using
standard convention: 03/012007?

....


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Y Axis Scale Problem Abode Charts and Charting in Excel 5 April 1st 06 11:34 PM
time scale axis HB1972 Charts and Charting in Excel 1 October 10th 05 03:34 PM
Time scale axis should be available in PivotChart Report. vertblancrouge Charts and Charting in Excel 1 April 11th 05 01:42 AM
Time scale axis should be available in PivotChart Report. vertblancrouge Charts and Charting in Excel 0 April 7th 05 09:43 PM
Labeling time scale x axis Bob Richardson Charts and Charting in Excel 5 February 15th 05 01:46 AM


All times are GMT +1. The time now is 05:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"