Skip to content

Commit

Permalink
Remove extra 'using CairoMakie' (#4481)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltepuetz authored Oct 15, 2024
1 parent e284765 commit 97a8bb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/src/reference/plots/scatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ scatter
Scatters can be constructed by passing a list of x and y coordinates.

```@figure
using CairoMakie
xs = range(0, 10, length = 30)
ys = 0.5 .* sin.(xs)
Expand Down

0 comments on commit 97a8bb0

Please sign in to comment.