Module jlrs::pyplot

source ·
Expand description

Plot data with Plots.jl and PyPlot.jl

In order to use this module PyPlot.jl must have been installed, as well as GTK3. GTK3 is currently the only supported GUI. You must use a matplotlibrc file that sets the backend to Gtk3Agg.

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.