← ClaudeAtlas

julia-plotlisted

Activates when user asks to plot, chart, or visualize data in the Julia REPL.
samtalki/AgentREPL.jl · ★ 5 · AI & Automation · score 69
Install: claude install-skill samtalki/AgentREPL.jl
# Julia Plotting — UnicodePlots For terminal-native plots in the Julia REPL, use UnicodePlots.jl: ``` pkg(action="add", packages="UnicodePlots") ``` ```julia using UnicodePlots ``` Available: `lineplot`, `scatterplot`, `histogram`, `barplot`, `heatmap`, `boxplot`, `densityplot`, `stairs`, `contourplot`. Use `!` variants (e.g., `lineplot!`) to overlay series on an existing plot. Control size with `height` and `width` kwargs.