We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8611e commit c4c9dbbCopy full SHA for c4c9dbb
irteus/test/graph.l
@@ -267,6 +267,10 @@
267
;; write graph to pdf file
268
(warning-message 2 "write to /tmp/robots_in_jsk.pdf~%")
269
(send g :write-to-pdf "/tmp/robots_in_jsk.pdf" nil "robots_in_jsk")
270
+
271
+ ;; write graph to png file
272
+ (warning-message 2 "write to /tmp/robots_in_jsk.png~%")
273
+ (send g :write-to-png "/tmp/robots_in_jsk.png" nil "robots_in_jsk")
274
g))
275
276
(eval-when (load eval)
0 commit comments