help-octave
[Top][All Lists]
Advanced

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

Re: change dot markersize


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

Got it!

The problem seems to be that AquaTerm doesn't plot the image in the right
way.

plot(X, y, "marker", "o", "markersize", 5, "linestyle", "none",
"markerfacecolor", "blue");

doesn't give the right image

but

print('image.eps', '-deps', '-r0', '-Fhelvetica:12', '-color');

gives an eps image file that shows the dots in the right size as expected!

Does anyone knows why?

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


reply via email to

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