help-octave
[Top][All Lists]
Advanced

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

Re: change dot markersize


From: Ben Abbott
Subject: Re: change dot markersize
Date: Sun, 06 May 2012 11:18:17 -0400

On May 6, 2012, at 9:59 AM, Jens E. Köhler <address@hidden> wrote:

> 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?

This is a feature of gnuplot. Each of its terminals are individually 
responsible for determining what it's indexed symbols look like. Octave maps 
it's symbols to gnuplot's postscript symbols 

Ben

reply via email to

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