Expand description

Plot data with Plots.jl and PyPlot.jl

In order to use this module, both PyPlot.jl and PyCall.jl must have been installed, as well as GTK3. GTK3 is currently the only supported GUI. Note that when multiple figures are open, only the most recently opened one is updated automatically.

Structs

A handle to a plotting window.

Traits

This trait is, and can only be, implemented by Module. It adds the method Module::plots that provides access to the contents of the Plots package.