DataFrames

Source code Author Update time

using Plots
inspectdr()

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))

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