You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plot() improvements
- Better handling of complex arguments.
- Better handling of matrix arguments.
- Merge `plot(func, a, b)` behavior into main plot function, and remove
`plot([func...], a, b)` functionality (closesJuliaGraphics#146).