clarify call to gnuplot on Linux/Cygwin
This commit is contained in:
parent
7b9d1fb74a
commit
1ba168ff30
|
|
@ -398,7 +398,7 @@ void ft_gnuplot(double *xlims, double *ylims,
|
||||||
(void) sprintf(buf, "xterm -e gnuplot %s - &", filename_plt);
|
(void) sprintf(buf, "xterm -e gnuplot %s - &", filename_plt);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
(void) sprintf(buf, "gnuplot -p %s - &", filename_plt);
|
(void) sprintf(buf, "gnuplot -persist %s &", filename_plt);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
err = system(buf);
|
err = system(buf);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue