[scilab-Users] unable to create multiple subplots, e.g. plot() produces 2nd subplot only, first disappears

Julio Gonzalez-Saenz julio.gonzalez at ymail.com
Wed Apr 21 17:25:18 CEST 2010


Thanks Sylvestre!  This is much nicer!!!  :-)  Own you one!!!!  ;-)

Julio




________________________________
From: Sylvestre Ledru <sylvestre.ledru at scilab.org>
To: users at lists.scilab.org
Sent: Wed, 21 April, 2010 17:08:56
Subject: Re: [scilab-Users] unable to create multiple subplots, e.g. plot() produces 2nd subplot only, first disappears


>     legend(['kappa = '+ string(kappa)]); // I could not figutre out
>     // how to write greek characteres. num2str does not exist in
> SCILAB
Actually, you can from Scilab 5.2.0.
Try:
    legend(['$\kappa = '+ string(kappa)+'$']);

Sylvestre


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100421/23ad6a51/attachment.htm>


More information about the users mailing list