39
edits
Tmacchant0 (talk | contribs) |
|||
Line 41: | Line 41: | ||
Download and install gnuplot if you do not have it. You can find the windows installer in the "[https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot web site for Files section]" The latest version is 5.0.3. | Download and install gnuplot if you do not have it. You can find the windows installer in the "[https://sourceforge.net/projects/gnuplot/files/gnuplot/ gnuplot web site for Files section]" The latest version is 5.0.3. | ||
We can find path of USERPROFILE directory by | We can find path of USERPROFILE directory by | ||
>> getenv USERPROFILE | >> getenv USERPROFILE | ||
make .octaverc in USERPROFILE directory by your favorite text editor and set gnuplot_binary e.g. | make an .octaverc file in USERPROFILE directory by your favorite text editor and set gnuplot_binary e.g. | ||
gnuplot_binary 'C:\Program Files (x86)\gnuplot\bin\gnuplot.exe' | gnuplot_binary 'C:\Program Files (x86)\gnuplot\bin\gnuplot.exe' | ||
Line 52: | Line 50: | ||
Please do not forget to quote the path name by single quote (') if name of which has (a) white space(s). | Please do not forget to quote the path name by single quote (') if name of which has (a) white space(s). | ||
gnuplot ver. 5 supports windows, wxt and qt terminal. On octave, windows terminal is default. | gnuplot ver. 5 supports windows, wxt and qt terminal. On octave, windows terminal is default. | ||
If you want change it to wxt terminal | If you want change it to wxt terminal, execute | ||
>> setenv GNUTERM wxt | >> setenv GNUTERM wxt | ||
You can of course describe it | You can of course describe it in .octaverc. | ||
== Octave 4.0.3 on cygwin== | == Octave 4.0.3 on cygwin== |
edits