I'm running octave on ubuntu xfce, trying to run a function to achieve the same as fill3 in matlab (not my own code) which uses:
__gnuplot_set__ parametric;
When the function is called, I get the error:
error: 'gnuplot_set parametric' undefined near line...
I'm fairly new to Octave/MatLab and have tried re-installing gnuplot to ensure it's up-to-date, set the graphics toolkit to gnuplot both within the function and through the command line as well as trying:
gnuplot_binary("/usr/bin/gnuplot");
Which I was under the impression essentially told Octave where to look for gnuplot related things (As I say, relative newbie here!)
Any help greatly appreciated, I need this to work for some coursework!