Froop
Froop

Reputation: 199

awk command in gnuplot under windows

I use a awk command in a gnuplot script. When I run the script I get the following error message:

warning: system() requires support for pipes

I also installed gawk from this website gnuwin. Does anybody know why I get this error and what to do to fix it?

Thank you!

Upvotes: 1

Views: 654

Answers (1)

Christoph
Christoph

Reputation: 48420

For gnuplot version 4.6 or earlier you must run the wgnuplot_pipes.exe in order to use pipes. Since version 5.0, the wgnuplot.exe itself supports pipes.

Upvotes: 1

Related Questions