julia-plotlisted
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.