I use
r = 1.1
r.eint().n(digits=10)
output 2.167378280
But
plot(x.eint(), x, [-1,1],frame=True)
causes error: AttributeError: 'sage.symbolic.expression.Expression' object has no attribute 'eint'
How can I plot also functions defined as methods?