Just wondering if anyone has seen this issue or has a fix for it. I am trying to use a GNUPlot PGFPlot to put some data into my latex. My tex file is named Blah Blah.tex. I running with -shell-escape on and am getting the following error....
Code: Select all
set terminal table; set output ""Blah Blah".sin.table"; set format "%.5f" ^ cannot open file; output not changed "Blah Blah.sin.gnuplot", line 1: util.c: No such file or directory
Code: Select all
set output ""Blah Blah".sin.table"
Code: Select all
set output "Blah Blah.sin.table"