Hello colleague,
Tom Breloff maintains the Plots.jl (https://github.com/tbreloff/Plots.jl)
package which is a meta-plotting thing (a layer above the actual plotting
and rendering toolkits) and he collects some examples in
https://github.com/tbreloff/ExamplePlots.jl, e.g.
https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs
More than 1 curve on a single plot is supported by most backends, subplot
by many.
Hope that helps,
Andreas
On Monday, February 1, 2016 at 4:53:30 AM UTC+1, Michael Landis wrote:
>
> 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).
>