[Scilab-users] Legends missing in the plot
    Ashim Giyanani 
    ashim.giyanani at kenersys.com
       
    Mon Dec  3 14:00:08 CET 2012
    
    
  
Hello
 
I have scripted a Scilab file to do plotting; however, the legends do not show the legend name. This same script is working on other computers just fine and it was working with Scilab 5.3 very well as well. Could you please guide me in this related error.
 
Scilab Version 5.4.0
 
Example of plot descrition
 
subplot(2,2,4)
xgrid();
 
plot(V2,TIV2_IEC,'r')         //pdf 
plot(V2int,TIV2M4,'db')        //pdf from site      
plot(V2int,TIV2M10,'.b')       //pdf from site      
 
fig.children(1).font_size=3;
fig.children(1).x_label.font_size=3;
fig.children(1).y_label.font_size=3;
fig.children(1).title.font_size=3;
fig.children(1).log_flags='nnn';
 
fig.children(1).x_label.text="wind speed in m/s";
fig.children(1).y_label.text="turbulence intensity in %";
fig.children(1).title.text="Distribution of turbulence intensity";
hl=legend(["Certification"; "Site, M4 (incl. dens. cor.)";"Site, M8 (incl. dens. cor.)"],a=1);
 
Mit freundlichen Grüßen
Ashim Giyanani
Master Graduand
 
KENERSYS GmbH | portAL 10 | Albersloher Weg 10 | 48155 Münster | Germany
Tel.:     +49 (0)251 210 99-201 | Fax: -2801
E-Mail: agiyanani at kenersys.com
Web:    www.kenersys.com
 
KENERSYS GmbH | Sitz/Reg. Amtsgericht Münster HRB 10275 | Geschäftsführer: B.S. Mitkari | UST-ID/ VAT.-ID: DE 232401701
 
Die Information in dieser E-Mail ist vertraulich und ist ausschliesslich fuer den Adressaten bestimmt. Jeglicher Zugriff auf diese E-Mail durch andere Personen als den Adressaten ist untersagt. Sollten Sie nicht der fuer diese E-Mail bestimmte Adressat sein, ist Ihnen jede Veroeffentlichung, Vervielfaeltigung oder Weitergabe wie auch das Ergreifen oder Unterlassen von Massnahmen im Vertrauen auf erlangte Information untersagt. In dieser E-Mail enthaltene Meinungen oder Empfehlungen unterliegen den Bedingungen des jeweiligen Kundenverhaeltnisses mit dem Adressaten.
 
The information in this E-Mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this E-Mail by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any opinions or advice contained in this E-Mail are subject to the terms and conditions expressed in the governing client engagement letter.
 
P Please consider the environment before printing this E-Mail.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20121203/4255794f/attachment.htm>
    
    
More information about the users
mailing list