help-octave
[Top][All Lists]
Advanced

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

Re: make "plot" draw filled dots


From: dbateman
Subject: Re: make "plot" draw filled dots
Date: Tue, 15 Dec 2009 09:25:41 -0800 (PST)



Aditya Bhagwat wrote:
> 
> Dear all,
> 
> I can't make the plot command draw filled dots of a particular size.
> 
> If I use "." as a marker, it doesn't seem possible to increase the marker
> size. For instance, even with markersize=100, the dots remain tiny in the
> following call:
> 
> ai=plot([1 2 3 4 5], [1 2 3 4 5], "marker", ".", "linestyle", \
>         "none", "markersize", 100)
> 
> Using "o" as a marker, and trying to fill it with color isn't working
> either. No color is added in the two following function calls
> 
> ai=plot([1 2 3 4 5], [1 2 3 4 5], "marker", "o", "linestyle", \
>         "none", "markersize", 100, markerfacecolor", "b" )
> ai=plot([1 2 3 4 5], [1 2 3 4 5], "marker", "o", "linestyle", \
>         "none", "markersize", 100, markerfacecolor", [0 0 1] )
> 
> Anyone knows some other way to actually draw filled dots in octave?
> 
> Thanks for your help!
> 
> Aditya
> 

Yes use the development version of Octave. This feature was added to Octave
following the discussion

http://old.nabble.com/Plot-Bug%3A-%27markerfacecolor%27-does-not-work-tt25562839.html

but being quite intrusive I doubt it will be ported to Octave 3.2.x. The
changeset associated with this discussion is

http://hg.savannah.gnu.org/hgweb/octave/rev/3b7e644bb46d

D.


-- 
View this message in context: 
http://old.nabble.com/make-%22plot%22-draw-filled-dots-tp26796661p26798466.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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