Skip to content

Commit

Permalink
removing deprecated makie keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanChaggar committed Nov 30, 2024
1 parent 1c7ebb2 commit bad979d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/connectomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ using WGLMakie
Makie.inline!(true) # hide
using Connectomes
plot_cortex(resolution=(500, 400))
plot_cortex(size=(500, 400))
```
2 changes: 1 addition & 1 deletion docs/src/parcellation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Makie.inline!(true) # hide
left_parc = filter(x -> get_hemisphere(x) == "left", parc)
plot_parc(left_parc; resolution=(500, 350), view=:left)
plot_parc(left_parc; size=(500, 350), view=:left)
```

# API
Expand Down

0 comments on commit bad979d

Please sign in to comment.