help-octave
[Top][All Lists]
Advanced

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

Re: Subplot draws ylabels out of range


From: Tobal
Subject: Re: Subplot draws ylabels out of range
Date: Fri, 14 Jun 2013 00:23:15 -0700 (PDT)

Well, the problem due to use these orders in the first subplot:

set (gca, 'xaxislocation', 'zero');
set (gca, 'yaxislocation', 'zero');
set(gca, 'box', 'off');
Then, in the second subplot I use

set (gca, 'yaxislocation', 'left');

Changing left by zero all fixed. And in the third subplot changing left by
right all fixed, too. Now, I see all labels in their right place with
Gnuplot Toolkit.

Bye




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Subplot-draws-ylabels-out-of-range-tp4654111p4654237.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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