Claude
Skills
Sign in
Back

julia-plot

Included with Lifetime
$97 forever

Activates when user asks to plot, chart, or visualize data in the Julia REPL.

General

What this skill does


# 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.

Related in General