Hello again for my second question of the day:

I'm trying to use Gnuplot with Octave. After quite a big number of tries, I
found this funny thing:

The command "peaks" typed in Octave compiled with Microsoft Visual uses the
'wxt' terminal, wheras the Octave compiled with MinGW uses the 'windows'
terminal.

The situation is the following: I need to use the Microsoft Visual package,
but I want the 'windows' terminal of Gnuplot.

I have created a GNUPLOT.INI in C:\Users\<user>\AppData\Roaming with the
single line "set terminal windows". It works because after that, running
directly Gnuplot and typing "plot sin(x)" uses the 'windows' terminal.

And the problem is that the "peaks" command still runs Gnuplot with the
'wxt' terminal. It seems that Gnuplot ignores this config file when called
by Octave.

How to change this behaviour and use the 'windows' terminal when plotting
from Octave?


Thanks!


Greg
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to