guicho271828 / eazy-gnuplot

Super Duper Doopa Booka Lispy Gnuplot library
http://guicho271828.github.io/eazy-gnuplot/
63 stars 8 forks source link

Using arrows as in cookbook does not seem to work #41

Closed bd339 closed 2 years ago

bd339 commented 5 years ago

From the arrow example in the cookbook, I would expect this code to work:

(eazy-gnuplot:with-plots (*standard-output* :persist t)
        (eazy-gnuplot:gp-setup :terminal '(wxt)
                       :arrow
                       '(from 0 #\, 0 to 0 #\, 5 nohead))
        ;;plotting code here
        )

But it fails with an inexhaustive match error. I was able to get it working by adding a character case to gp-quote.

Is this no longer the way you are supposed to make arrows?

guicho271828 commented 5 years ago

Thank you for pointing this out, I welcome your pull request

guicho271828 commented 2 years ago

Closed with #43 : all fixed now.