Changes between Version 1 and Version 3 of Ticket #8082
- Timestamp:
- 01/29/10 22:29:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8082 – Description
v1 v3 6 6 sage: point([CC(0),CC(1)]) # plot a point with coordinates (0, 1) 7 7 }}} 8 9 8 The patch add a line in plot.py to correct this and get the two points (0,0) and (1,0) when doing 10 9 … … 13 12 }}} 14 13 14 see also [http://trac.sagemath.org/sage_trac/attachment/ticket/4838/ #4838]