Let pictures be created in the PBM format instead of the PNG format, because
some installations of gnuplot cannot produce PNG, though it is a web standard. The PBM files may be converted to other file formats using the PBMPLUS package from http://www.acme.com/software/pbmplus/, including PNG.
This commit is contained in:
parent
25976c1f39
commit
fc7a6f3719
|
@ -123,7 +123,7 @@
|
|||
results)
|
||||
(let ((status
|
||||
(run (,gnuplot -)
|
||||
(<< ,(format #f "set terminal png
|
||||
(<< ,(format #f "set terminal pbm color
|
||||
set output '~a'
|
||||
plot '~a' title 'Servlet Profiling ~a' with lines"
|
||||
picture-file
|
||||
|
|
Loading…
Reference in New Issue