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: Jeff Kingston
Subject: Re: linewidth doesn't work in @Graph (and filledcircle)
Date: Wed, 02 Jul 2008 07:50:30 +1100

address@hidden wrote:

> @Graph
> {
> @Data pairs{solid} linewidth{2pt}
> {1 2  2 2.5  3 3.1  4 3  5 2.8}
> }
>
> I find the problem. I should had written 2p instead of 2pt.
> I was misleaded by the user manual, that says "linewidth{1pt}"
> in page 254.

The choices are actually "linewidth { 1 pt }" or "linewidth { 1p }".
Only the second is supposed to be documented these days; the first is
old and forgotten.  I'll change the User's Guide for the next release.

> I have another problem with graphs. In this graph:
> 
> @Graph linewidth{2p}
> {
> @Data points{filledcircle} pairs{solid}
>   {1 2  2 2.5  3 3.18  4 3  5 2.8  6 3.1}
> }
> 
> the first point's circle is smaller than the others.

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


reply via email to

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