| 1 | initial version |
Probably you have accidentally overwritten the plot function, by using it as the name of a variable in a piece of code that you didn't include here.
So don't use that name for your variable.
| 2 | No.2 Revision |
Probably you have accidentally overwritten the used plot function, by using it (or solve or show) as the name of a variable in a piece of code that you didn't include here.here, so that the name no longer refers to the built-in function.
So don't use that name for your variable.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.