complexvariables / conformalmapping

Conformal mapping toolkit for MATLAB
Other
11 stars 9 forks source link

Calling plot on empty objects is an error #35

Open ehkropf opened 10 years ago

ehkropf commented 10 years ago

If one calls plot(circle) instead of, say, plot(circle(0, 1)), there is an error since the circle has no data. I'm pretty sure the rest of the (closedcurve, also region?) classes have this issue.