DataFrames

Source code Author Update time

using Plots
gaston()

Plot using DataFrame column symbols.

using StatsPlots, RDatasets
iris = RDatasets.dataset("datasets", "iris")
@df iris scatter(:SepalLength, :SepalWidth, group = :Species, title = "My awesome plot", xlabel = "Length", ylabel = "Width", marker = (0.5, [:cross :hex :star7], 12), bg = RGB(0.2, 0.2, 0.2))
Gnuplot Produced by GNUPLOT 5.4 patchlevel 2 2.0 2.5 3.0 3.5 4.0 5 6 7 8 Width Length setosa versicolor virginica setosa setosa versicolor versicolor virginica virginica My awesome plot

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