Closed bd339 closed 2 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.
gp-quote
Is this no longer the way you are supposed to make arrows?
Thank you for pointing this out, I welcome your pull request
Closed with #43 : all fixed now.
From the arrow example in the cookbook, I would expect this code to work:
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?