Changes between Initial Version and Version 2 of Ticket #12857
- Timestamp:
- 04/19/12 07:28:37 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12857
-
Property
Component
changed from
PLEASE CHANGE
toplotting
-
Property
Component
changed from
-
Ticket #12857 – Description
initial v2 1 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. One obvious thing to do is to move the `Graphics` class to a new file. 1 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. 2 3 The following will be moved to a new file `graphics.py`: 4 1. class `Graphics` 5 2. class `GraphicsArray`