| 1 | initial version |
As you can see (by typing E.plot??) that the first thing that the plot method does is to see if the field of definition of the curve can be put in RR, and the work on RR:
RR = rings.RealField()
K = self.base_ring()
try:
RR._coerce_(K(1))
This is indeed a bug since it is not documented. It is now reported at trac ticket 17256.
| 2 | No.2 Revision |
As you can see (by typing E.plot??) that the first thing that the plot method does is to see if the field of definition of the curve can be put in RR, and the then work on RR:
RR = rings.RealField()
K = self.base_ring()
try:
RR._coerce_(K(1))
This is indeed a bug since it is not documented. It is now reported at trac ticket 17256.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.