chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Gnuplot pipe


From: Francesco Montanari
Subject: Re: [Chicken-users] Gnuplot pipe
Date: Mon, 21 Jan 2019 16:22:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi Andy,

On 1/20/19 10:23 PM, Andy Bennett wrote:
This is great!
I installed it and worked through the examples in the README. I've been thinking for a while about how I might easily draw charts with CHICKEN and this seems to be it.

Great! It would be nice to have a more complete plotting interface rather than passing strings to the Gnuplot pipe with gp:send that already requires acquaintance with Gnuplot. But at least it seems to be decently flexible.
When working through the examples, I got this error after trying `(gp:send "set terminal wxt nopersist")`. I have Debian Jessie's (8.11) gnuplot (4.6.6-2+deb8u1).

-----
gnuplot> set terminal wxt nopersist
                      ^
        line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list
-----

Thanks! I'll change wxt to x11 that presumably should work with more people, and clarify that the idea is to use any of the interactive screen displays like qt, wxt, x11.

Best,
Francesco



reply via email to

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