Skip to content

Commit

Permalink
fix typo in plot3d_vispy
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 18, 2024
1 parent 048c547 commit 8864623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/plotting/ddd.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def plot3d_vispy(x, **kwargs):
if volumes:
viewer.add(volumes, **settings.to_dict())
if points:
viewer.add(points, scatter_kws=settings.catter_kws)
viewer.add(points, scatter_kws=settings.scatter_kws)

return viewer

Expand Down

0 comments on commit 8864623

Please sign in to comment.