| 1 | initial version |
Replace your definition of plotme by
plotme = fexplicit[0].rhs()
Indeed, we have
sage: fexplicit[0]
y == -(x - 1)/x
sage: fexplicit[0].rhs()
-(x - 1)/x
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.