<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Figures can not resized correctly while using axes_size."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=12030">bug 12030</a>
                <br><br>
                ---------- Bug Summary ----------- <br>Figures can not resized correctly while using axes_size. <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Figures can not resized correctly while using axes_size."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=12030#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Figures can not resized correctly while using axes_size."
   href="http://bugzilla.scilab.org/show_bug.cgi?id=12030">bug 12030</a>
              from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
        <pre>In Scilab 6.0.1, we have:
--> fx=scf()
 fx  = 

Handle of type "Figure" with properties:
========================================
children: "Axes"
figure_position = [200,200]
figure_size = [628,598]
axes_size = [610,460]
...

--> fx.figure_size(2)=400
 fx  = 

Handle of type "Figure" with properties:
========================================
children: "Axes"
figure_position = [200,200]
figure_size = [628,400]       <<<<===== OK
axes_size = [610,262]
....

--> fx.axes_size(1)=200
 fx  = 

Handle of type "Figure" with properties:
========================================
children: "Axes"
figure_position = [200,200]
figure_size = [218,400]
axes_size = [200,262]       <<<<===== OK
...

This bug was also somewhat reported as <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wind.figure_size does not change the size of the figure"
   href="show_bug.cgi?id=13476">bug 13476</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>