PC Review


Reply
Thread Tools Rate Thread

Bubble chart will not pick X series

 
 
lupocattivo
Guest
Posts: n/a
 
      25th Aug 2005

I am trying to draw a bubble chart.

The X values are dates in the next few years. However when the graph i
drawn, these X values are ignored, and Excel uses the row number of th
cell containing the data instead.

I can confirm this by moving the pointer over the bubbles. The labe
that pops up says <Point "01/01/09" (50, 6%)>, when really it should b
<Point 50 ("01/01/09", 6%)>.

Has anyone seen this before? it's the second time it happens to me i
different files.

Thanks in advanc

--
lupocattiv
-----------------------------------------------------------------------
lupocattivo's Profile: http://www.excelforum.com/member.php...fo&userid=2662
View this thread: http://www.excelforum.com/showthread.php?threadid=39897

 
Reply With Quote
 
 
 
 
Tushar Mehta
Guest
Posts: n/a
 
      25th Aug 2005
Interesting. If the first column is Dates XL doesn't put it on the x-
axis -- at least not by default. What you can do is in the 2nd step of
the chart wizard, click on the Series tab and adjust the X- Y- and Size
fields. XL may actually create an incorrect 2nd series with the bubble
sizes as the y-values of this series. If so, delete it.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article <(E-Mail Removed)>,
(E-Mail Removed) says...
>
> I am trying to draw a bubble chart.
>
> The X values are dates in the next few years. However when the graph is
> drawn, these X values are ignored, and Excel uses the row number of the
> cell containing the data instead.
>
> I can confirm this by moving the pointer over the bubbles. The label
> that pops up says <Point "01/01/09" (50, 6%)>, when really it should be
> <Point 50 ("01/01/09", 6%)>.
>
> Has anyone seen this before? it's the second time it happens to me in
> different files.
>
> Thanks in advance
>
>
> --
> lupocattivo
> ------------------------------------------------------------------------
> lupocattivo's Profile: http://www.excelforum.com/member.php...o&userid=26622
> View this thread: http://www.excelforum.com/showthread...hreadid=398971
>
>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      26th Aug 2005
In a quick test in Excel 2003 (then duplicated in Excel 2000), Excel by
default did use the dates as the X axis variable. The chart tip says

Series "y" Point "8/1/2005"
(8/1/2005, 50) Size: 0.625

If the "dates" in the first column of the data range are treated by
Excel as categories (i.e., valueless text), then you'd see the behavior
described by lupocattivo. What's funny, is that Excel sees them
formatted as dates, so my numbers 1, 2, 3 for the categories are
displayed as 1/1/1900, 1/2/1900, etc.

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


Tushar Mehta wrote:

> Interesting. If the first column is Dates XL doesn't put it on the x-
> axis -- at least not by default. What you can do is in the 2nd step of
> the chart wizard, click on the Series tab and adjust the X- Y- and Size
> fields. XL may actually create an incorrect 2nd series with the bubble
> sizes as the y-values of this series. If so, delete it.
>

 
Reply With Quote
 
Tushar Mehta
Guest
Posts: n/a
 
      26th Aug 2005
And, you figured I reached my conclusion by just pulling it out of a
hat? {grin}

I just rechecked XL2003:
1-Jan 10 20
2-Jan 12 40
3-Jan 15 30

XL creates 2 series in a bubble chart. The y-axis are dates! The
legend shows two series plotted. Series 1 has self-created x-values,
the dates as the y values and 10,12,15 as the bubble sizes. Series two
is invisible and cannot be seen. After deleting series 1, the arrow
keys will located series 2. Its y-values are 20,40,30 and its bubble
sizes are {0,0,0}

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article <#(E-Mail Removed)>,
(E-Mail Removed) says...
> In a quick test in Excel 2003 (then duplicated in Excel 2000), Excel by
> default did use the dates as the X axis variable. The chart tip says
>
> Series "y" Point "8/1/2005"
> (8/1/2005, 50) Size: 0.625
>
> If the "dates" in the first column of the data range are treated by
> Excel as categories (i.e., valueless text), then you'd see the behavior
> described by lupocattivo. What's funny, is that Excel sees them
> formatted as dates, so my numbers 1, 2, 3 for the categories are
> displayed as 1/1/1900, 1/2/1900, etc.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
> Tushar Mehta wrote:
>
> > Interesting. If the first column is Dates XL doesn't put it on the x-
> > axis -- at least not by default. What you can do is in the 2nd step of
> > the chart wizard, click on the Series tab and adjust the X- Y- and Size
> > fields. XL may actually create an incorrect 2nd series with the bubble
> > sizes as the y-values of this series. If so, delete it.
> >

>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      26th Aug 2005
I made no assumptions about how you reached your conclusion, other than
your data looked different than mine, and Excel interpreted it
differently (not too bad an assumption in general, and spot on in this
case).

If you use column headers, Excel does the bubble chart correctly:

x y z
1-Jan 10 20
2-Jan 12 40
3-Jan 15 30

The dates are used for X, (10,12,15) are used for Y, and the bubble
sizes are (20,40,30).

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


Tushar Mehta wrote:

> And, you figured I reached my conclusion by just pulling it out of a
> hat? {grin}
>
> I just rechecked XL2003:
> 1-Jan 10 20
> 2-Jan 12 40
> 3-Jan 15 30
>
> XL creates 2 series in a bubble chart. The y-axis are dates! The
> legend shows two series plotted. Series 1 has self-created x-values,
> the dates as the y values and 10,12,15 as the bubble sizes. Series two
> is invisible and cannot be seen. After deleting series 1, the arrow
> keys will located series 2. Its y-values are 20,40,30 and its bubble
> sizes are {0,0,0}
>

 
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
How do I create Multiple Series in a Bubble Chart? Kojones Microsoft Excel Charting 2 25th Jul 2008 01:52 PM
Bubble chart with multiple values per series Katherine Microsoft Excel Charting 2 11th Jul 2008 10:49 PM
Plotting multiple data series in a bubble chart =?Utf-8?B?RGhhbmFuamF5?= Microsoft Excel Charting 1 22nd Aug 2007 05:57 PM
Change shape of Bubble in Bubble Chart? And make them Transparent =?Utf-8?B?UGFvY28=?= Microsoft Powerpoint 1 9th Sep 2006 12:38 AM
Bubble Chart Series Question cassellj Microsoft Excel Charting 1 20th Aug 2004 12:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.