[Bugzilla] [Bug 12030] Samuel GOUGEON has changed bug_status, resolution

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Sat Mar 17 02:18:03 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=12030
--------- Bug Summary -----------
Figures can not resized correctly while using axes_size.

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
bug_status, resolution


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Samuel GOUGEON <sgougeon at free.fr> ---
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 bug 13476

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180317/6ca01bf6/attachment.htm>


More information about the Bugzilla mailing list