Updates:
Status: Started
Cc: fredrik.johansson
Comment #7 on issue 1065 by Vinzent.Steinberg: Good function plotting
http://code.google.com/p/sympy/issues/detail?id=1065
This could (should?) work:
>>> plot(exp(x))
------------------------------------------------------------
Traceback (most recent call last):
File "<ipython console>", line 1, in <module>
File "plot.py", line 35, in plot
if isinstance(args[0], Symbol):
IndexError: tuple index out of range
Looks fine so far, we only need to look how to avoid confusion with the
existing
plotting.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
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/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---