answered 5 years ago
Replace your definition of plotme by
plotme
plotme = fexplicit[0].rhs()
Indeed, we have
sage: fexplicit[0] y == -(x - 1)/x sage: fexplicit[0].rhs() -(x - 1)/x