[Bugzilla] [Bug 13836] New: Strange behaviour when using grayplot, zoom_box and mouse wheel
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Thu Apr 23 16:49:17 CEST 2015
https://bugzilla.scilab.org/show_bug.cgi?id=13836
--------- Bug Summary -----------
Strange behaviour when using grayplot, zoom_box and mouse wheel
---------- Changed by ------------
charlotte.hecquet at scilab-enterprises.com
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter
Bug ID: 13836
Summary: Strange behaviour when using grayplot, zoom_box and
mouse wheel
Product: Scilab software
Version: 5.5 GIT version [5.5 branch]
Hardware: PC
OS: All OS
Status: NEW
Severity: Medium
Priority: P5
Component: Graphics
Assignee: bugzilla.admin at scilab.org
Reporter: charlotte.hecquet at scilab-enterprises.com
BUG DESCRIPTION:
----------------
Grayplots disappears when we use the mouse wheel to zoom. It is only the case when zoom_box property has been set before.
ERROR LOG:
----------
No error but graphic disappears.
HOW TO REPRODUCE THE BUG:
-------------------------
f=scf();
f.children(1).zoom_box = [10 1 20 500];
for i=1:105
grayplot([i*2-1 i*2], linspace(1,500,500), [linspace(1,500,500) ; linspace(1,500,500)]);
end
// Then, just use the mouse wheel...
OTHER INFORMATION:
------------------
--
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/20150423/addee2cc/attachment.htm>
More information about the Bugzilla
mailing list