1 parent d83fe10 commit d438976Copy full SHA for d438976
1 file changed
share/dynamics/plotdf.lisp
@@ -153,7 +153,7 @@
153
:direction :output :if-exists :supersede)
154
(princ data fl))
155
($system $xmaxima_plot_command (format nil $gnuplot_file_args file)))
156
- (t (princ data) ""))
+ (t (princ (format nil "{~a}" data)) ""))
157
(list '(mlist) file))))
158
159
;; plot equipotential curves for a scalar field f(x,y)
@@ -214,5 +214,5 @@
214
215
216
217
218
0 commit comments