Skip to content

Commit

Permalink
julia example
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 24, 2023
1 parent 2f68db5 commit 0ea0c75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/dashboards/_examples/julia/julia-plotly.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Julia Plotly"
format: dashboard
---


```{julia}
using Plots
plot(sin,
x->sin(3x),
0,
2π,
leg=false,
fill=(0,:lavender))
```

0 comments on commit 0ea0c75

Please sign in to comment.