zplane plot very little point in the plane

Ben Abbott bpabbott at mac.com
Fri Sep 26 13:29:18 CDT 2008


On Friday, September 26, 2008, at 09:48AM, "Agustin" <agustinhenze at gmail.com> 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




More information about the Help-octave mailing list