Hello plot (1:10,"o", "markersize",5) works without any porblem on Octave 3.2.3-2_i686-pc-mingw32_gcc-4.4.0
Octave is case sensitive. Please do not use 'MarkerSize' but use 'markaersize' as described in the manual. Regards Tatsuro --- Phil Fong <[email protected]> wrote: > I am using Octave 3.2.3-2_i686-pc-mingw32_gcc-4.4.0 installed using the > Octave-forge > installer. As far as I can tell setting MarkerSize for point (.) markers has > no effect. > "plot(0:10,0:2:20,'.','MarkerSize',10)" and > "plot(0:10,0:2:20,'.','MarkerSize',10)" produce the > same plot. > > Is this intentional? Matlab does scale point markers with MarkerSize. > > It does not seem possible to draw filled in circle markers of different > sizes. > "plot(0:10,0:2:20,'o','MarkerSize',10, 'MarkerFaceColor', 'b')" gives circles > with a dot in the > center. But that seems to be due to MarkerFaceColor having no effect. > "plot(0:10,0:2:20,'s','MarkerSize',10, 'MarkerFaceColor', 'r')" produces > filled in blue squares > instead of squares with blue outlines and red fill. > > Phil > > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Octave-dev mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/octave-dev > -------------------------------------- Get Disney character's mail address on Yahoo! Mail http://pr.mail.yahoo.co.jp/disney/ ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
