From 3ccd9d2d22c8f0d8e62a2c9ffad512709cd56a3b Mon Sep 17 00:00:00 2001 From: Nikolay Puzanov Date: Sun, 11 Aug 2024 23:20:44 +0300 Subject: [PATCH] Fix title absent --- embddr/gnuplot.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embddr/gnuplot.scm b/embddr/gnuplot.scm index 77f424f..bbed30b 100644 --- a/embddr/gnuplot.scm +++ b/embddr/gnuplot.scm @@ -41,7 +41,7 @@ (case key ((x) x) ((y) y) - ((title) title) + ((title) (or title "")) ((with) with) (else #f))))))