#7154: options for point/arrow thickness are inconsistently named
------------------------+---------------------------------------------------
Reporter: vbraun | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-4.1.3
Component: graphics | Keywords: point arrow thickness
Work_issues: | Author:
Reviewer: | Merged:
------------------------+---------------------------------------------------
Comment(by vbraun):
Also, the arrow3d thickness behaves differently than the thickness of
point3d and line3d: If you zoom in, the arrow becomes bigger and bigger
like a physical object. The line3d and point3d stay the same apparent
size, about thickness pixels wide on screen. Since the arrow3d is usually
used to indicate a direction it would be nice if it would scale (or,
rather, not scale) just like point3d and line3d.
{{{
sage: scene = \
....: line3d([[1,0,0],[1,3,0]],thickness=5) + \
....: arrow3d([2,0,0],[2,3,0],thickness=5) + \
....: point3d([3,2,0],thickness=5)
sage: scene.show( aspect_ratio=[1,1,1])
}}}
and then zoom in/out in the Jmol viewer.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7154#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---