|
From: Hans-Bernhard B. <br...@ph...> - 2005-04-26 13:46:13
|
Edward Holness wrote: > I am currently writing a piece of software that will write data from > another application and automatically generate a script for gnuplot. I > have run into an obstacle concerning the encoding of file formats. I somewhat doubt that encoding is the problem. A problem involving the way you send the commands over to gnuplot is more likely. Blocking/buffering errors in communication through pipes have been known to cause this kind of problem. > Which looks nothing like the original script. Copying the contents of a > working script that I have into the file also gives errors. Because of > this I have concluded that my program is writing the script using the > wrong encoding which gnuplot can't read. Then why would a known-correct script instead of the one written by the program also fail? How are you executing the scripts, once they're generated? |