use feh for plotting *.svg in Cygwin
This commit is contained in:
parent
ddf8336bdb
commit
dec865cb30
|
|
@ -61,10 +61,10 @@ if $oscompiled = 1 | $oscompiled = 8
|
||||||
shell Start plot_5.svg
|
shell Start plot_5.svg
|
||||||
shell Start plot_6.svg
|
shell Start plot_6.svg
|
||||||
else
|
else
|
||||||
* for CYGWIN
|
* for CYGWIN, Linux
|
||||||
shell xterm -e gs plot_4.svg &
|
shell feh --magick-timeout 1 plot_4.svg &
|
||||||
shell xterm -e gs plot_5.svg &
|
shell feh --magick-timeout 1 plot_5.svg &
|
||||||
shell xterm -e gs plot_6.svg &
|
shell feh --magick-timeout 1 plot_6.svg &
|
||||||
end
|
end
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,9 +60,10 @@ if $oscompiled = 1 | $oscompiled = 8
|
||||||
shell Start /B plot_4.svg
|
shell Start /B plot_4.svg
|
||||||
shell Start /B plot_5.svg
|
shell Start /B plot_5.svg
|
||||||
* shell Start /B plot_6.svg
|
* shell Start /B plot_6.svg
|
||||||
* for CYGWIN
|
* for CYGWIN, Linux
|
||||||
else
|
else
|
||||||
shell xterm -e gs plot_5.svg &
|
shell feh --magick-timeout 1 plot_4.svg &
|
||||||
|
shell feh --magick-timeout 1 plot_5.svg &
|
||||||
end
|
end
|
||||||
.endc
|
.endc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue