Skip to content

Commit

Permalink
[61_5] Gnuplot: default launcher in png format
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 22, 2024
1 parent deb7157 commit b7564ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TeXmacs/plugins/gnuplot/doc/gnuplot.en.tm

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion TeXmacs/plugins/gnuplot/progs/init-gnuplot.scm
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@
(cons (list :launch "eps" (gen-launcher "eps")) l)
l)))

(define (all-gnuplot-launchers)
(cons (list :launch (gen-launcher "png"))
(gnuplot-launchers)))

(plugin-configure gnuplot
(:require (and (has-binary-goldfish?) (has-binary-gnuplot?)))
,@(gnuplot-launchers)
,@(all-gnuplot-launchers)
(:serializer ,gnuplot-serialize)
(:session "Gnuplot"))

0 comments on commit b7564ed

Please sign in to comment.