#13553: Bessel class plot method does not support any standard plot options
------------------------------+---------------------------------------------
   Reporter:  benjaminfjones  |             Owner:  jason, was 
       Type:  defect          |            Status:  new        
   Priority:  major           |         Milestone:  sage-5.5   
  Component:  graphics        |          Keywords:  plot bessel
Work issues:                  |   Report Upstream:  N/A        
  Reviewers:                  |           Authors:             
  Merged in:                  |      Dependencies:             
   Stopgaps:                  |  
------------------------------+---------------------------------------------
 The `Bessel` class defined its own plot method which is called e.g. when
 you run

 {{{
 sage: plot(Bessel(0,'J'), 0, 10)
 }}}

 but it doesn't pass along extra keyword parameters to the top-level plot
 function:

 {{{
 sage: plot(Bessel(0,'J'),0,10,color='red')
 TypeError: plot() got an unexpected keyword argument 'rgbcolor'
 }}}

 ----

 This issue was originally reported here:
 http://ask.sagemath.org/question/1819/plotting-bessel-function

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