Thread Subject: Hide numbers on axis (plot)

Subject: Hide numbers on axis (plot)

From: Brandon Aubie

Date: 19 May, 2006 14:11:42

Message: 1 of 2

Hi,

I'd like to hide the numbers on an axis in my plot since they are
arbitrary and just distract from the data being plotted. When I do
"axis off" I also lose my axis label. I would also like the line
where the axis is, just not the numbers.

Any ideas?

Subject: Hide numbers on axis (plot)

From: CRet

Date: 19 May, 2006 21:20:43

Message: 2 of 2

Hi,

You can manualy select ticks values by using the YTick property of the axis.
At least, an empty array will remove any ticks :

>> set(gca,'YTick',[]);

Look at documentation about SET/GET function and figure or axes properties
for more info on how you can customize plots in MatLab.
 Another usefull property is YTickLabel which allowed any string or literals
to be use for axis labels.


C.Ret


"Brandon Aubie" <brandon.aubie@TAKETHISOUTelecore.com> wrote in
news:ef35c22.-1@webx.raydaftYaTP...
> Hi,
>
> I'd like to hide the numbers on an axis in my plot since they are
> arbitrary and just distract from the data being plotted. When I do
> "axis off" I also lose my axis label. I would also like the line
> where the axis is, just not the numbers.
>
> Any ideas?


Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com