help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zplane plot very little point in the plane


From: Ben Abbott
Subject: Re: zplane plot very little point in the plane
Date: Fri, 26 Sep 2008 14:29:18 -0400

On Friday, September 26, 2008, at 09:48AM, "Agustin" <address@hidden> wrote:
>Hi, I need to enlarge the size they plotted the points. 
>I would suggest is that done. Here is the link with my plot
>[b,a] = ellip(4,3,30,200/500);
>zplane(b,a)
>http://agustinhenze.homelinux.org/plot.pdf 
>
>Thanks and Best Regards.
>
>---
>
>TiN

[b, a] = ellip (4, 3, 30, 200/500);
zplane (b, a)
set (findobj (gcf, '-property', 'markersize'), 'markersize', 12)

Adjust the size to suit you needs!

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]