help-octave
[Top][All Lists]
Advanced

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

labels in mesh plot


From: asha g
Subject: labels in mesh plot
Date: Thu, 18 Jul 2013 13:30:26 +0800 (SGT)


 
 I am plotting a mesh plot. For some reason the labels of the axes are not appearing now. It was appearing earlier. Please advise. I can send the entire file if necessary. Thanks Asha G

set (findall (gcf, "-property", "linewidth"), "linewidth",2)
set (findall (gcf, "-property", "markersize"), "markersize",6)
set(gca(),"fontsize",20)


colormap(gray)
view(45,45)
[xx,zz]= meshgrid(x,z);
mesh(xx,zz,y)

xlabel('t in msec',"fontsize",40)
zlabel ('V in mV',"fontsize",40)
ylabel('X in cm',"fontsize",40)

print ('cabunbact1boctN21meshtest.eps','-deps')
 
 
 


reply via email to

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