help-octave
[Top][All Lists]
Advanced

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

Re: change position of x/ylabel


From: John W. Eaton
Subject: Re: change position of x/ylabel
Date: Tue, 19 Jan 2010 15:44:35 -0500

On 19-Jan-2010, Eric Chassande-Mottin wrote:

| 
| 
| Eric Chassande-Mottin wrote:
| > 
| > 
| > hi,
| > 
| > I've tried to change the position of x or y labels with no success.
| > is this disabled with the version of Octave/gnuplot I'm using?
| > 
| > octave3.2:6> h=xlabel("test");
| > octave3.2:7> set(h,"position",[0 -1 0])
| > cause no change.
| > 
| > octave3.2
| > GNU Octave, version 3.2.3
| > gnuplot --version
| > gnuplot 4.2 patchlevel 6 
| > (current version distributed with debian testing)
| > 
| > eric
| > 
| 
| it is perhaps better that I precise my problem:
| when I increase the font size using
| 
| fontsize=30;
| set(0, "defaultaxesfontsize", fontsize) 
| 
| the x/ylabels and the x/ytics overlap.
| is there a solution?

Manually specifying the positions of the {x,y,z}label objects looks
like a missing feature to me.

jwe


reply via email to

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