Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger committed Nov 26, 2023
1 parent 4295c47 commit 69cb6c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/src/tutorials/parallelcoordinates.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ plot_parallelcoordinates(subset(results_plot,:channel=>x->x.<5);
it can be helpful to "bend" the lines

```@example main
plot_parallelcoordinates(subset(results_plot,:channel=>x->x.<5);
visual = (;color = :darkblue),ax_labels=["Fz","Cz","O1","O2"])
f = Figure()
plot_parallelcoordinates(f[1,1],subset(results_plot,:channel=>x->x.<10))
plot_parallelcoordinates(f[2,1],subset(results_plot,:channel=>x->x.<10),bend=true)
f
```
2 changes: 1 addition & 1 deletion src/UnfoldMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export plot_erpimage!
export plot_topoplot
export plot_topoplot!
export plot_parallelcoordinates
export plot_parallelcoordinates!

export plot_butterfly
export plot_butterfly!
export plot_circulareegtopoplot
Expand Down

0 comments on commit 69cb6c4

Please sign in to comment.