With PyPlot it should be as simple as

using PyPlot

x = 0:0.01:1
plot(x, sin(x))
plot(x, cos(x))

Does this not work?


El domingo, 31 de enero de 2016, 21:53:30 (UTC-6), Michael Landis escribió:
>
> Can anyone recommend a graphics capable of plotting multiple curves on a 
> single canvas.  Python's pyplot/matplotlib multi-curve capabilities appear 
> to be unavailable within Julia (maybe I'm doing it wrong).
>

Reply via email to