Images

Source code Author Update time

using Plots
gaston()

Plot an image. y-axis is set to flipped

import Downloads, FileIO
path = Downloads.download("http://juliaplots.org/PlotReferenceImages.jl/Plots/pyplot/0.7.0/ref1.png")
img = FileIO.load(path)
plot(img)
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 0 100 200 300 100 200 300 400 500 gnuplot_plot_1a

This page was generated using DemoCards.jl and Literate.jl.