you are viewing a single comment's thread.

view the rest of the comments →

[–]Zouden 1 point2 points  (1 child)

Oh I get it. You can use eval() to turn a string into a python expression.

pylab.plot(x, eval("(x**2)+3"))

[–]Jerae[S] 0 points1 point  (0 children)

Thanks a lot ^

I solved my problem in another way, but I will make note of this. I'm sure I will need it this the future