help-octave
[Top][All Lists]
Advanced

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

change dot markersize


From: Jens E . Köhler
Subject: change dot markersize
Date: Sun, 6 May 2012 06:41:00 -0700 (PDT)

Using Octave 3.4.0 on MAC OS 10.6.8

Dear all,

I need some help to draw bigger dots with plot command.

The command plot([1 2], [1 2], '.', 'markersize', 20) returns not a dot sign
but a big '+' sign!
A 'o' gives me a triangle. Only 's' gives me a square as expected.

I also tried plot([1 2], [1 2], "marker", "o", "markersize", 20,
"markerfacecolor", "auto"). 
But that returns a big cross '+'.

Does anyone knows some other way to draw filled dots in octave? 

Thanks for your help! 

Jens



-----
Jens Erik Köhler
cocoanatic
fanatic programming
--
View this message in context: 
http://octave.1599824.n4.nabble.com/change-dot-markersize-tp4612855.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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