#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:                       
------------------------+---------------------------------------------------
 There should be a consistent naming scheme for the "thickness" of graphics
 objects. If I have a function my_plot(**kwds) that passes **kwds to all
 constructed graphics objects, then my_plot(thickness=5) should
 consistently scale the thickness.

 The current status is:

 {{{
   sage: point([0,0], pointsize = 5)
   sage: point3d((0,0,0), thickness=5)
   sage: line2d([[0,0],[1,1]], thickness=5)
   sage: line3d([[0,0,0],[1,1,0]], thickness=5)
   sage: arrow([0,0],[1,1], width=5)
   sage: arrow3d([0,0,0],[1,1,1], thickness=5)
   sage: polygon([(0,0), (1,1), (0,1)], thickness=5)
   sage: polygon3d([(0,0,0), (1,1,0), (0,1,0)], thickness=5)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7154>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to