#12857: Split off Graphics class from plot.py
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  tbd         
           Type:  enhancement     |        Status:  needs_review
       Priority:  blocker         |     Milestone:  sage-5.0    
      Component:  graphics        |    Resolution:              
       Keywords:                  |   Work issues:              
Report Upstream:  N/A             |     Reviewers:              
        Authors:  Jeroen Demeyer  |     Merged in:              
   Dependencies:                  |      Stopgaps:              
----------------------------------+-----------------------------------------
Changes (by {'newvalue': u'Jeroen Demeyer', 'oldvalue': ''}):

  * status:  new => needs_review
  * component:  plotting => graphics
  * author:  => Jeroen Demeyer


Old description:

> The file `sage/plot/plot.py` is getting huge.  One consequence is that
> doctesting this file (without `--long`) takes double the time of any
> other file.  '''blocker''' because it regularly causes doctest timeouts.
>
> The following will be moved to a new file `graphics.py`:
>  1. class `Graphics`
>  2. class `GraphicsArray`
>  3. def `show_default`
>  4. def `is_Graphics`

New description:

 The file `sage/plot/plot.py` is getting huge.  One consequence is that
 doctesting this file (without `--long`) takes double the time of any other
 file.  '''blocker''' because it regularly causes doctest timeouts.

 The following will be moved to a new file `graphics.py`:
  1. class `Graphics`
  2. class `GraphicsArray`
  3. def `show_default`
  4. def `is_Graphics`

 A few doctests consistently taking at least 2 seconds on `sage.math` have
 been marked `# long time`.

 Before this patch on `sage.math`:
 {{{
 sage -t  "devel/sage/sage/plot/plot.py"
          [133.6 s]
 }}}

 After this patch on `sage.math`:
 {{{
 sage -t  "devel/sage/sage/plot/graphics.py"
          [51.5 s]
 sage -t  "devel/sage/sage/plot/plot.py"
          [67.9 s]
 }}}

--

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