help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnuplot in Octave 3.8.2 MXE build for windows


From: Laurie Aldridge
Subject: gnuplot in Octave 3.8.2 MXE build for windows
Date: Sat, 24 Jan 2015 05:46:32 +1100

I have been running on windows 7 Octave 3.8.1 MXE build  (Sourced from the web site http://wiki.octave.org/Octave_for_Microsoft_Windows) for some time.

I have just got a new windows 8.1 laptop and have installed Octave 3.8.2 MXE build 

I am most grateful for this product.

I noticed that when I plotted (Using gnuplot after running the "graphics_toolkit("gnuplot")" command) the y axis label is horizontal not vertical. Is there a simple workaround for this? Gnuplot does have some advantages for me.

To test this in a simple plot I run the following program

# plot test
x=0:1:100;
y=x.*x;
figure(1)
plot(x,y)
title("example");
ylabel('x squared')
xlabel( 'x');

--
Laurie Aldridge


reply via email to

[Prev in Thread] Current Thread [Next in Thread]