Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Values plotted outside of Axis scale

I'm plotting data in a scatter plot. The data values span -1 to ~16,000 and
I want them on the Y axis. I do not want to plot the -1 values. I've set
the Y axis scale minimum value to 0, but the -1 values are still displayed.
I use the -1 values later in the chart, so replacing them with another #
might be an issue. Outside of changing the minimum value until the -1 values
disappear, is there any way to remove those values?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Values plotted outside of Axis scale

Do you get data points outside of the plot area? How did you set your axis
minimum? Did you set it to zero, then check the box that says Auto? Auto
means let Excel assign the parameter, so you do not want to check Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to ~16,000
and
I want them on the Y axis. I do not want to plot the -1 values. I've set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with another #
might be an issue. Outside of changing the minimum value until the -1
values
disappear, is there any way to remove those values?



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Values plotted outside of Axis scale

I manually set the minimum value for zero. I did not check the autoscale
box. It seems to be an issue due to the large span of the data. If I try my
setup with data over about 500, the -1 values appear. If the data contain
points under ~500, the data disappear.
Also, this is in Excel 2003.

"Jon Peltier" wrote:

Do you get data points outside of the plot area? How did you set your axis
minimum? Did you set it to zero, then check the box that says Auto? Auto
means let Excel assign the parameter, so you do not want to check Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to ~16,000
and
I want them on the Y axis. I do not want to plot the -1 values. I've set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with another #
might be an issue. Outside of changing the minimum value until the -1
values
disappear, is there any way to remove those values?




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4,393
Default Values plotted outside of Axis scale

I have seen this behaviour before with a very large data set. It was sent to
me by a grad student years ago (I recall it had to do with birtds) and I am
trying to recall the simple solution. If it comes in my dreams, I will let
you know. Meanwhile, rest asssure it is likely not a problem with your PC or
Excel installation
If you send me the file (private email) I will have a look - but Jon is the
chart expert
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"JoeAtADA" wrote in message
...
I manually set the minimum value for zero. I did not check the autoscale
box. It seems to be an issue due to the large span of the data. If I try
my
setup with data over about 500, the -1 values appear. If the data contain
points under ~500, the data disappear.
Also, this is in Excel 2003.

"Jon Peltier" wrote:

Do you get data points outside of the plot area? How did you set your
axis
minimum? Did you set it to zero, then check the box that says Auto? Auto
means let Excel assign the parameter, so you do not want to check Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to
~16,000
and
I want them on the Y axis. I do not want to plot the -1 values. I've
set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with another
#
might be an issue. Outside of changing the minimum value until the -1
values
disappear, is there any way to remove those values?





  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Values plotted outside of Axis scale

Well, that's weird. I have about 25 points, with Y values ranging between 0
and almost 5000. I set the min to 0 and the max to 5000, and inserted a
small number of negative values. The points for -1 and -5 appear on the
chart, and -10 does not. It looks like the -1 and -5 points are still
centered on the axis line, and since 10 is one pixel above, -10 must be one
pixel below and therefore is considered to be "off the chart".

If I have a chance soon I'll submit this as a bug. Since it doesn't seem to
occur in Excel 2007 (based on very limited testing), it's probably not worth
submitting.

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


"JoeAtADA" wrote in message
...
I manually set the minimum value for zero. I did not check the autoscale
box. It seems to be an issue due to the large span of the data. If I try
my
setup with data over about 500, the -1 values appear. If the data contain
points under ~500, the data disappear.
Also, this is in Excel 2003.

"Jon Peltier" wrote:

Do you get data points outside of the plot area? How did you set your
axis
minimum? Did you set it to zero, then check the box that says Auto? Auto
means let Excel assign the parameter, so you do not want to check Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to
~16,000
and
I want them on the Y axis. I do not want to plot the -1 values. I've
set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with another
#
might be an issue. Outside of changing the minimum value until the -1
values
disappear, is there any way to remove those values?








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3
Default Values plotted outside of Axis scale

Thank you both. It's inconvenient, but I'll survive... :)

"Jon Peltier" wrote:

Well, that's weird. I have about 25 points, with Y values ranging between 0
and almost 5000. I set the min to 0 and the max to 5000, and inserted a
small number of negative values. The points for -1 and -5 appear on the
chart, and -10 does not. It looks like the -1 and -5 points are still
centered on the axis line, and since 10 is one pixel above, -10 must be one
pixel below and therefore is considered to be "off the chart".

If I have a chance soon I'll submit this as a bug. Since it doesn't seem to
occur in Excel 2007 (based on very limited testing), it's probably not worth
submitting.

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


"JoeAtADA" wrote in message
...
I manually set the minimum value for zero. I did not check the autoscale
box. It seems to be an issue due to the large span of the data. If I try
my
setup with data over about 500, the -1 values appear. If the data contain
points under ~500, the data disappear.
Also, this is in Excel 2003.

"Jon Peltier" wrote:

Do you get data points outside of the plot area? How did you set your
axis
minimum? Did you set it to zero, then check the box that says Auto? Auto
means let Excel assign the parameter, so you do not want to check Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to
~16,000
and
I want them on the Y axis. I do not want to plot the -1 values. I've
set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with another
#
might be an issue. Outside of changing the minimum value until the -1
values
disappear, is there any way to remove those values?






  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Values plotted outside of Axis scale

Are the data linked from somewhere else? You could change the link formula
from

=A1

to

=IF(A1<0,NA(),A1)

The NA() produces an error in the cell, but any marker-type series doesn't
plot the point.

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


"JoeAtADA" wrote in message
...
Thank you both. It's inconvenient, but I'll survive... :)

"Jon Peltier" wrote:

Well, that's weird. I have about 25 points, with Y values ranging between
0
and almost 5000. I set the min to 0 and the max to 5000, and inserted a
small number of negative values. The points for -1 and -5 appear on the
chart, and -10 does not. It looks like the -1 and -5 points are still
centered on the axis line, and since 10 is one pixel above, -10 must be
one
pixel below and therefore is considered to be "off the chart".

If I have a chance soon I'll submit this as a bug. Since it doesn't seem
to
occur in Excel 2007 (based on very limited testing), it's probably not
worth
submitting.

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


"JoeAtADA" wrote in message
...
I manually set the minimum value for zero. I did not check the
autoscale
box. It seems to be an issue due to the large span of the data. If I
try
my
setup with data over about 500, the -1 values appear. If the data
contain
points under ~500, the data disappear.
Also, this is in Excel 2003.

"Jon Peltier" wrote:

Do you get data points outside of the plot area? How did you set your
axis
minimum? Did you set it to zero, then check the box that says Auto?
Auto
means let Excel assign the parameter, so you do not want to check
Auto.

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


"JoeAtADA" wrote in message
...
I'm plotting data in a scatter plot. The data values span -1 to
~16,000
and
I want them on the Y axis. I do not want to plot the -1 values.
I've
set
the Y axis scale minimum value to 0, but the -1 values are still
displayed.
I use the -1 values later in the chart, so replacing them with
another
#
might be an issue. Outside of changing the minimum value until
the -1
values
disappear, is there any way to remove those values?








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
On a secondary Y-axis, scale values are repeated: 1, 1, 2, 2. Bill Bornak Charts and Charting in Excel 1 December 20th 06 04:01 PM
How do I reference x-axis or y-axis scale values to a worksheet ce retro5726 Excel Discussion (Misc queries) 0 August 10th 06 01:46 AM
How to insert X axis scale values next to axis and X axis grid lin vp23larry Charts and Charting in Excel 2 June 23rd 05 03:45 PM
Chart Axis Scale Auto Values Moses Bunting Charts and Charting in Excel 1 June 7th 05 11:03 PM
Excel Charts - Data being Plotted beyond Primary X-Axis Scale Yvonne Fochesato Charts and Charting in Excel 1 May 1st 05 03:36 AM


All times are GMT +1. The time now is 05:07 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"