help-octave
[Top][All Lists]
Advanced

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

Re: xlabel


From: Henry F. Mollet
Subject: Re: xlabel
Date: Sun, 28 Mar 2010 19:56:29 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

N.B. Not sure what's going on but I'm making progress. See attached.
Henry
octave-3.2.2:2> plot (1:10)
octave-3.2.2:3> ylabel ("y-label")
octave-3.2.2:4> xlabel ("x-label") % Note no error message
octave-3.2.2:5> close all
octave-3.2.2:6> set (0, "defaultaxesposition", [0.13, 0.13, 0.775, 0.795])
octave-3.2.2:7> plot (1:10)
octave-3.2.2:8> ylabel ("my y-label")
octave-3.2.2:9> xlabel ("my x-label")
octave-3.2.2:10> 

N.B.N.B.
The problem was the name of my script. Once renamed from "xlabel.m" to
"xlabelProblem.m" the second problem disappeared.  The defaultaxesposition
took care of the first problem of not being able to see the xlabel on the
plot.
Henry



Attachment: Figure 2.pdf
Description: Binary data


reply via email to

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