lout-users
[Top][All Lists]
Advanced

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

Re: linewidth doesn't work in @Graph (and filledcircle)


From: Antonio Regidor García
Subject: Re: linewidth doesn't work in @Graph (and filledcircle)
Date: Wed, 2 Jul 2008 07:32:43 +0000 (GMT)

Thanks, finally I found that workaround last night, but it doesn't work for 
isolated points; symbolsize must be set, instead:

@Graph style{none} symbolsize{3.5p}
{
@Data linewidth{2p} points{filledcircle} pairs{solid}
 {0 0.2  0 0.2  0.9 1.2  1.6 1.8  2.5 1.7}

@Data linewidth{2p} points{filledcircle} symbolsize{4.3p}
 {2.4 1.9}
}

Note that the two symbolsize commands have different arguments. I'm not sure if 
this is a bug of symbolsize or it is the same bug.


Antonio Regidor García


> I've reproduced the problem here.  I will look into it
> for the
> next release.  Meanwhile you can work around the problem by
> repeating the first point:
> 
>   @Data points { filledcircle } pairs { solid }
>     {1 2  1 2  2 2.5  3 3.18  4 3  5 2.8  6 3.1}
> 
> This worked for me just now.
> 
> Jeff


      ______________________________________________ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.


reply via email to

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