Thread Subject:
How can contour plot without any contour lines?

Subject: How can contour plot without any contour lines?

From: Ahmet Mert

Date: 21 May, 2009 05:58:28

Message: 1 of 4

Hello,

i have a contour map and i don't want any line of contours.

I used "contourf" command but still there are lines.

thanks for your advice

Subject: How can contour plot without any contour lines?

From: Bruno Luong

Date: 21 May, 2009 07:45:02

Message: 2 of 4

Ahmet Mert <ahmettmert@yahoo.com> wrote in message <11774895.2709.1242885542961.JavaMail.jakarta@nitrogen.mathforum.org>...
> Hello,
>
> i have a contour map and i don't want any line of contours.
>
> I used "contourf" command but still there are lines.
>

a = peaks;
[trash c]=contourf(a);
set(get(c,'Children'),'LineStyle','none')

Bruno

Subject: How can contour plot without any contour lines?

From: Ahmet Mert

Date: 21 May, 2009 09:46:39

Message: 3 of 4

Great, Thanks!!!

Subject: How can contour plot without any contour lines?

From: Yuji

Date: 28 Jun, 2011 02:36:04

Message: 4 of 4

It works. Thank you!

What does "get(c,'Children')" mean?

Thanks~



"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <gv30pu$oe4$1@fred.mathworks.com>...
> Ahmet Mert <ahmettmert@yahoo.com> wrote in message <11774895.2709.1242885542961.JavaMail.jakarta@nitrogen.mathforum.org>...
> > Hello,
> >
> > i have a contour map and i don't want any line of contours.
> >
> > I used "contourf" command but still there are lines.
> >
>
> a = peaks;
> [trash c]=contourf(a);
> set(get(c,'Children'),'LineStyle','none')
>
> Bruno

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