<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 24/01/2013 11:38, Dang, Christophe wrote:
<blockquote
cite="mid:3B5FFC67498DFF49AE7271A584867D16F1063FA39D@301EX00100.sidel.com"
type="cite">
<pre wrap="">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?
</pre>
</blockquote>
<br>
Hi Christophe,<br>
<br>
We fixed this bug yesterday:<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a
href="http://gitweb.scilab.org/?p=scilab.git;a=commit;h=7ff0bb9e3b7d7f25cfa5c3d7a06b6c69fac38a79">http://gitweb.scilab.org/?p=scilab.git;a=commit;h=7ff0bb9e3b7d7f25cfa5c3d7a06b6c69fac38a79</a><br>
<br>
So the fix will be in a next nightly-built.<br>
<br>
Thanks<br>
<br>
Calixte<br>
<br>
<pre class="moz-signature" cols="72">--
Calixte Denizet
Software Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a></pre>
</body>
</html>