[Scilab-users] Subplot and isoview

Calixte Denizet calixte.denizet at scilab-enterprises.com
Thu Jan 24 11:51:44 CET 2013


On 24/01/2013 11:38, Dang, Christophe wrote:
> Hello,
>
> isoview does not work the way I expect to in a subplot.
>
> E.g. the following script draws an ellipse instead of a circle.
>
> clf;
> subplot(2, 1, 1)
> theta = linspace(0, 2*%pi, 20);
> plot(cos(theta), sin(theta));
> a = get('current_axes');
> a.isoview = 'on';
>
> How can I get a circle?
>

Hi Christophe,

We fixed this bug yesterday:
http://gitweb.scilab.org/?p=scilab.git;a=commit;h=7ff0bb9e3b7d7f25cfa5c3d7a06b6c69fac38a79

So the fix will be in a next nightly-built.

Thanks

Calixte

-- 
Calixte Denizet
Software Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
http://www.scilab-enterprises.com

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


More information about the users mailing list