#13423: arrow2d missing 'linestyle' parameter docs
------------------------------------+---------------------------------------
       Reporter:  mjo               |         Owner:  jason, was  
           Type:  defect            |        Status:  needs_review
       Priority:  major             |     Milestone:  sage-5.4    
      Component:  graphics          |    Resolution:              
       Keywords:                    |   Work issues:              
Report Upstream:  N/A               |     Reviewers:              
        Authors:  Michael Orlitzky  |     Merged in:              
   Dependencies:                    |      Stopgaps:              
------------------------------------+---------------------------------------

Comment (by mjo):

 Replying to [comment:2 kcrisman]:
 > Nice find!  Could the linestyles also be represented with `:` or `--` or
 the like, as I ''think'' is the case with `line2d`?  Just curious, as we'd
 want to mention that.

 Nope, doesn't work, although I'm at a loss as to why. Matplotlib throws
 "`ValueError: Unrecognized linestyle: --`". On the other hand, if I do,

 {{{
 sage: line2d([(1, 1), (3, 3)], linestyle='whatever')
 }}}

 It's totally cool with it, but the plot is empty. So there's two different
 code paths somewhere I just haven't been able to untangle them.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13423#comment:3>
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