File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 118118
119119(define (parse-magic-line magic-line )
120120 (let ((parser (make-argument-parser)))
121- (parser ' add ' ((name . " width" ) (short . " width" ) (default . " 0.8par" )))
122- (parser ' add ' ((name . " height" ) (short . " height" ) (default . " 0px" )))
123- (parser ' add ' ((name . " output" ) (short . " output" ) (default . " " )))
124- (parser ' parse (cdr (string-tokenize magic-line)))
121+ (parser : add ' ((name . " width" ) (short . " width" ) (default . " 0.8par" )))
122+ (parser : add ' ((name . " height" ) (short . " height" ) (default . " 0px" )))
123+ (parser : add ' ((name . " output" ) (short . " output" ) (default . " " )))
124+ (parser : parse (cdr (string-tokenize magic-line)))
125125 (list (parser 'width ) (parser 'height ) (parser 'output ))))
126126
127127(define (flush-image path width height )
Original file line number Diff line number Diff line change 3131 (string-append
3232 (string-quote (url->system (find-binary-goldfish)))
3333 " "
34- " -l "
34+ " load "
3535 " "
3636 (string-quote
3737 (string-append (url->system (get-texmacs-path))
Original file line number Diff line number Diff line change 1+ # [ 201_99]
2+
3+ ## 如何测试
4+ ` https://liiistem.cn/docs/guide-gnuplot/docs/guide-gnuplot_1.html `
5+ ` https://liiistem.cn/docs/guide-gnuplot/docs/guide-gnuplot_2.html `
6+ ` https://liiistem.cn/docs/guide-gnuplot/docs/guide-gnuplot_3.html `
7+ 通过该教程来进行测试Gnuplot是否能够正常使用
8+
9+ ## 2026/03/23 修复升级goldfish之后gnuplot无法使用的问题
You can’t perform that action at this time.
0 commit comments