#14632: make generic_graph.plot() pass its options to show
--------------------------------+-------------------------------------------
       Reporter:  ppurka        |         Owner:  jason, ncohen, rlm
           Type:  defect        |        Status:  needs_info        
       Priority:  major         |     Milestone:  sage-5.10         
      Component:  graph theory  |    Resolution:                    
       Keywords:                |   Work issues:                    
Report Upstream:  N/A           |     Reviewers:                    
        Authors:                |     Merged in:                    
   Dependencies:                |      Stopgaps:                    
--------------------------------+-------------------------------------------
Changes (by ncohen):

  * status:  needs_review => needs_info


Comment:

 Hmmmm... What can we do about that ?
 {{{
 sage: graphs.PetersenGraph().plot(aewarehaerhaerherh=8)
 }}}

 This is the line that used to return a warning
 {{{
 sage: graphs.PetersenGraph().plot(aewaerh=8)
 /home/ncohen/.Sage/local/lib/python2.7/site-
 packages/sage/graphs/generic_graph.py:14263: DeprecationWarning: You
 provided aewaerh as an argument to a function which has always silently
 ignored its inputs. This method may soon be updated so that the method
 raises an exception instead of this warning, which will break your code :
 to be on the safe side, update it !
 See http://trac.sagemath.org/13891 for details.
   return GraphPlot(graph=self, options=options)
 }}}

 Could we check that all arguments given as input are actually used
 somewhere ?

 Nathann

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14632#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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to