#8529: default colors for plot and implicit_plot are not consistent
------------------------------------------------+---------------------------
   Reporter:  AlexGhitza                        |       Owner:  was             
           
       Type:  defect                            |      Status:  needs_work      
           
   Priority:  minor                             |   Milestone:  sage-4.6        
           
  Component:  graphics                          |    Keywords:  plot default 
color beginner
     Author:  Ryan Grout                        |    Upstream:  N/A             
           
   Reviewer:  Jason Grout, Karl-Dieter Crisman  |      Merged:                  
           
Work_issues:  rebase                            |  
------------------------------------------------+---------------------------
Changes (by mpatel):

  * status:  positive_review => needs_work
  * work_issues:  => rebase


Comment:

 With the other tickets merged into 4.6.alpha1, I get
 {{{
 [...]
 $ hg qpush
 applying trac-8529-reviewer-reviewer.patch
 patching file sage/plot/plot.py
 Hunk #1 FAILED at 6
 1 out of 3 hunks FAILED -- saving rejects to file sage/plot/plot.py.rej
 patch failed, unable to continue (try -v)
 patch failed, rejects left in working dir
 errors during apply, please fix and refresh trac-8529-reviewer-
 reviewer.patch
 }}}
 The .rej file:
 {{{
 #!diff
 --- plot.py
 +++ plot.py
 @@ -7,20 +7,20 @@
  The following graphics primitives are supported:


 --  :func:`arrow() <sage.plot.arrow.arrow>` - an arrow from a min point to
 a max point.
 -
 --  :func:`circle() <sage.plot.circle.circle>` - a circle with given
 radius
 -
 --  :func:`disk() <sage.plot.disk.disk>` - a filled disk (i.e. a sector or
 wedge of a circle)
 -
 --  :func:`line() <sage.plot.line.line>` - a line determined by a sequence
 of points (this need not
 +-  :func:`~sage.plot.arrow.arrow` - an arrow from a min point to a max
 point.
 +
 +-  :func:`~sage.plot.circle.circle` - a circle with given radius
 +
 +-  :func:`~sage.plot.disk.disk` - a filled disk (i.e. a sector or wedge
 of a circle)
 +
 +-  :func:`~sage.plot.line.line` - a line determined by a sequence of
 points (this need not
     be straight!)

 --  :func:`point() <sage.plot.point.point>` - a point
 -
 --  :func:`text() <sage.plot.text.text>` - some text
 -
 --  :func:`polygon() <sage.plot.polygon.polygon>` - a filled polygon
 +-  :func:`~sage.plot.point.point` - a point
 +
 +-  :func:`~sage.plot.text.text` - some text
 +
 +-  :func:`~sage.plot.polygon.polygon` - a filled polygon


  The following plotting functions are supported:
 }}}
 Could someone rebase the "reviewer-reviewer" patch when 4.6.alpha1 is out?

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