help-octave
[Top][All Lists]
Advanced

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

The labels of the exported emf file are not correctly displayed


From: Dr.cryo
Subject: The labels of the exported emf file are not correctly displayed
Date: Tue, 18 May 2010 14:26:35 +0000

for example,
 
Lpg=8.70*10^-15;
E_Lp=6.87*10^4;
T_ref=273.15;
RR=8.314;
TTT=[273.15:-1:273.15-40];
Lp=Lpg.*exp(-E_Lp/RR*(1./TTT-1/T_ref));
plot(TTT-273.15,Lp);
set(gca,'xdir','reverse');set(gca,'fontsize',18,'LineWidth',3);
xlabel('Temperature'); ylabel('Lp');
print -demf test.emf

 
 
both "Temperature" and "'Lp" are cut out of the figure, and as is even the fact for the y ticks.
 
 


更多热辣资讯尽在新版MSN首页! 立刻访问!

Attachment: test.emf
Description: image/emf


reply via email to

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