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

Contact us at files@mathworks.com