Skip to content

Commit

Permalink
bug in plotting ext
Browse files Browse the repository at this point in the history
  • Loading branch information
PavanChaggar committed Oct 28, 2023
1 parent 220bb4a commit f349ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ConnectomesMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

function Connectomes.plot_parc(parc::Parcellation; view=:left)
f = set_fig(;view=view)
plot_parc!(parc)
Connectomes.plot_parc!(parc)
f
end

Expand Down

0 comments on commit f349ab3

Please sign in to comment.