Images

Source code Author Update time

using Plots
gaston()

Plot an image. y-axis is set to flipped

import FileIO
import Downloads
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.2 patchlevel 8 50 100 150 200 250 300 100 200 300 400 500 gnuplot_plot_1a 0 0.2 0.4 0.6 0.8 1

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