Fixes bug #3648 "plot output depends on *read-default-float-format*"
commit2a408e75fee68e16f1a4287a1c8e6f9202621bc8
authorJaime E. Villate <villate@fe.up.pt>
Sat, 24 Apr 2021 12:32:02 +0000 (24 13:32 +0100)
committerJaime E. Villate <villate@fe.up.pt>
Sat, 24 Apr 2021 12:32:02 +0000 (24 13:32 +0100)
tree3b182fb910427d88d167670d86cb41ac64b3dd27
parente8cff3579e13b919cb282150188caa9fb34a3e6b
Fixes bug #3648 "plot output depends on *read-default-float-format*"
Prints numbers passed to the graphic programs using only "e" as
the exponent character, independently on the type of floating-point
number, and print only 8 digits, which should be enough.
src/gnuplot_def.lisp
src/plot.lisp
src/xmaxima_def.lisp