Hi all,
Which python module should I use for drawing simple functions graphics?
E.g
f: M -> M, f(x) = x
Hi all,
Which python module should I use for drawing simple functions graphics?
E.g
f: M -> M, f(x) = x
Check out the third party Gnuplot-py package. I have used it before with success.
If you are familiar with gnuplot syntax, this should be relatively easy. If not, there are plenty of good gnuplot examples online.