jheinen / PlotsGR.jl

GR backend for Plots.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlotsGR

Provides a GR backend for Plots. This is normally not included directly, but rather by initializing through Plots.

Install:

Pkg.add("PlotsGR")

Use:

using Plots
gr()
plot(sin)

See the Plots documentation for more information.

About

GR backend for Plots.jl

License:Other


Languages

Language:Julia 100.0%