help-octave
[Top][All Lists]
Advanced

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

multiplot problem


From: Umme Salma
Subject: multiplot problem
Date: Tue, 10 Jun 2003 11:24:03 +0530

hi,
in my program where i am using multiplot,at some points the ylabel is overlapped on the previous ylabel
code is pasted below.
 

np2=2;

ylabel('afirE-Y/C afirEaux-V/R');

subplot(np2,2,1);plot(svec,afirE(start:stop));

subplot(np2,2,2);plot(svec,afirEaux(start:stop));

subplot(np2,2,3);plot(svec,eda(start:stop));

subplot(np2,2,4);plot(svec,edc(start:stop));

pause;

ylabel('m-e - Y/V');

np3=2;

subplot(np3,2,1);plot(svec,m_echo(start:stop));

subplot(np3,2,2);plot(svec,rs0_clip(start:stop));

subplot(np3,2,3);plot(svec,ediff_clip(start:stop));

pause;

In the above case i expect the ylabel to change .but it is overlapped on the previously written ylabel.

**************************Disclaimer************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************

reply via email to

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