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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to