A workaround is:
@interact
def plotfunction(f=input_box('x^2')):
P=plot(sage_eval(f, locals={'x':x}),0,1)
show(P)
In general I've found it safer to use string input and then explicitly
convert it.
Things look fine on 3.2.3, btw, at least on FF3 on linux.
-Marshall
On Feb 9, 5:31 pm, kcrisman <[email protected]> wrote:
> I should also point out that this does NOT occur (i.e. all is normal
> in the text input box) on our local server, which is 3.0.6.
>
> Could this be related to #4524? Either way, this is now # 5220.
>
> - kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---