Closed cyyever closed 2 years ago
When I type an invalid MMA plot command, no error msg is displayed but the response is an empty graph. To reproduce, try:
ParametricPlot[{e^u,e^u}, {u, 0, 1}]
The correct version is
ParametricPlot[{Exp[u],Exp[u]}, {u, 0, 1}]
When I type an invalid MMA plot command, no error msg is displayed but the response is an empty graph. To reproduce, try:
The correct version is