On Thu, 28 Jan 2016, Sven Schreiber wrote:
Am 28.01.2016 um 10:25 schrieb Sven Schreiber:
> Am 27.01.2016 um 22:31 schrieb Allin Cottrell:
>> On Wed, 27 Jan 2016, Sven Schreiber wrote:
>>
>>> here's a very concrete feature request: In gretl's GUI window for
>>> gnuplot there's still some space below the drop-down list for the
>>> point symbol (which applies at least to "points" and
"lines-points"
>>> styles).
>>>
>>> IMO it would be useful to put a box there to specify the point size;
>>> for example, a value of 0.5 would imply adding "ps 0.5" to the
>>> respective gnuplot command line. The box could be exactly like the one
>>> for linewidth, but of course would only be active whenever the point
>>> type selector is active as well.
>>
>> There's now an attempt at this in git. No doubt there are bugs that need
>> to be beaten out of it.
>
> thanks -- will tests ASAP.
>
I see the dialog box in the latest snapshot. The "ps" setting doesn't
make it into the gnuplot commands, though, and I don't see any effect.
Ah, in my testing I changed the point-type as well as the point size,
and it works fine. But I now see that if you don't change the point
type, then the point-size selection doesn't get applied. (In the
background gretl must be thinking that "nothing has changed"). Should
be quite easily fixable.
Also, it would be nice if somehow the new box didn't need a new
"line"/row on its own. I also notice that the "data scale" field
fills
the entire row width, although it's just a single number just as the
linewidth and point size values. Almost the same for the y-axis chooser,
doesn't need the full row width.
That sort of thing can be quite tricky to adjust, but I'll have a go.
Allin