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.2 patchlevel 8 2.0 2.5 3.0 3.5 4.0 5 6 7 8 Width Length My awesome plot setosa versicolor virginica setosa setosa versicolor versicolor virginica virginica

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

This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.