PC Review


Reply
Thread Tools Rate Thread

Create multiple XY scatter charts

 
 
=?Utf-8?B?R2Vvcmdl?=
Guest
Posts: n/a
 
      19th Jul 2007
Dear friends,

I have the following sample date from a forest inventory

Serial Number (1...500)
Height (e.g. 13)
Age (e.g. 120)

I need to create XY scatter charts for each row of data? Is it possible
using some code?

Thanking you in advance,

GeorgeCY
 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      19th Jul 2007
I am reading this as:
You have serial numbers in one column (say A1:A500); in the next column you
have Height and the next you have Age
You want an XY chart of this data.
Select B1:C500 and then use the Chart Wizard to make the chart.
Am I missing something?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"George" <(E-Mail Removed)> wrote in message
news:6105B25D-ACBD-4F3C-9ED8-(E-Mail Removed)...
> Dear friends,
>
> I have the following sample date from a forest inventory
>
> Serial Number (1...500)
> Height (e.g. 13)
> Age (e.g. 120)
>
> I need to create XY scatter charts for each row of data? Is it possible
> using some code?
>
> Thanking you in advance,
>
> GeorgeCY



 
Reply With Quote
 
=?Utf-8?B?R2Vvcmdl?=
Guest
Posts: n/a
 
      20th Jul 2007
Thanks for the reply,

The problem is that I will need 500 different charts (each one showing each
row of data).

Ο χρήστης "Bernard Liengme" *γγραψε:

> I am reading this as:
> You have serial numbers in one column (say A1:A500); in the next column you
> have Height and the next you have Age
> You want an XY chart of this data.
> Select B1:C500 and then use the Chart Wizard to make the chart.
> Am I missing something?
> best wishes
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "George" <(E-Mail Removed)> wrote in message
> news:6105B25D-ACBD-4F3C-9ED8-(E-Mail Removed)...
> > Dear friends,
> >
> > I have the following sample date from a forest inventory
> >
> > Serial Number (1...500)
> > Height (e.g. 13)
> > Age (e.g. 120)
> >
> > I need to create XY scatter charts for each row of data? Is it possible
> > using some code?
> >
> > Thanking you in advance,
> >
> > GeorgeCY

>
>
>

 
Reply With Quote
 
Del Cotter
Guest
Posts: n/a
 
      20th Jul 2007
On Thu, 19 Jul 2007, in microsoft.public.excel.charting,
George <(E-Mail Removed)> said:

>The problem is that I will need 500 different charts (each one showing each
>row of data).


I've said it before, but who *are* these sadists who demand hundreds of
charts to be made using Excel (instead of a more appropriate business
intelligence package), and then address this demand to employees who (no
offence George) don't know much about Excel charts!?

On another tack, do I understand right, and the plan is to plot five
hundred points of data (one row=one record=one data point) at one data
point per chart?

--
Del Cotter
NB Personal replies to this post will send email to (E-Mail Removed),
which goes to a spam folder-- please send your email to del3 instead.
 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      20th Jul 2007
500 charts on a worksheet will hose your workbook. Here's a better way to
proceed.

Assuming S/N in column A, Height in column B, and Age in column C, labels in
A1:C1, and 500 records from row 2 through 501.

Put the same headers in E1:G1. In E2 enter any serial number. In F2 enter
this formula:

=INDEX(A2:C501,E2,2)

in G2 enter this formula:

=INDEX(A2:C501,E2,3)

These two cells will update as the value in E2 is changed. Make an XY chart
using F2 as the Y value, G2 as the X value (age as independent variable
makes sense, no?), and E2 as the series name. Fix the X axis so min=0 and
max >= longest age. Fix the Y axis so min=0 and max >= tallest height.

To make this work nicely, add a scrollbar from the Forms menu. Orient it
horizontally, set its min to 1 and max to 500, and set its link cell to E2.
Drag the scroll bar to step down the list of trees.

So what good is showing one single tree on a chart? How about plotting all
trees on an XY chart, then add a series as I've described above in a
contrasting pattern? Then you not only see the indicated tree, but how it
relates to all the others.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"George" <(E-Mail Removed)> wrote in message
news:6105B25D-ACBD-4F3C-9ED8-(E-Mail Removed)...
> Dear friends,
>
> I have the following sample date from a forest inventory
>
> Serial Number (1...500)
> Height (e.g. 13)
> Age (e.g. 120)
>
> I need to create XY scatter charts for each row of data? Is it possible
> using some code?
>
> Thanking you in advance,
>
> GeorgeCY



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
xy scatter charts - multiple points d Microsoft Excel Charting 3 25th Feb 2008 11:21 AM
How to Automatically Create Scatter Plot Charts =?Utf-8?B?Q2hyaXMgR3JlZ29yeQ==?= Microsoft Excel Charting 8 13th Oct 2006 03:35 AM
XY Scatter Charts, High/Low bars, Multiple Series =?Utf-8?B?S2V2aW4gTS4=?= Microsoft Excel Charting 1 1st May 2006 10:16 PM
RE: Automatically Create XY (Scatter) Charts =?Utf-8?B?Q2hyaXMgR3JlZ29yeQ==?= Microsoft Excel Programming 0 9th Sep 2005 07:25 AM
Report with Multiple Scatter Charts =?Utf-8?B?RGViYmll?= Microsoft Access Reports 1 9th Dec 2004 04:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:05 AM.