Browse Source

clarify call to gnuplot on Linux/Cygwin

pre-master-46
Holger Vogt 5 years ago
parent
commit
1ba168ff30
  1. 2
      src/frontend/plotting/gnuplot.c

2
src/frontend/plotting/gnuplot.c

@ -398,7 +398,7 @@ void ft_gnuplot(double *xlims, double *ylims,
(void) sprintf(buf, "xterm -e gnuplot %s - &", filename_plt);
}
else {
(void) sprintf(buf, "gnuplot -p %s - &", filename_plt);
(void) sprintf(buf, "gnuplot -persist %s &", filename_plt);
}
#endif
err = system(buf);

Loading…
Cancel
Save