Skip to content

Commit

Permalink
Merge pull request #681 from pfebrer/plot_3D_bug
Browse files Browse the repository at this point in the history
Fix multisize 3D balls in plots
  • Loading branch information
zerothi authored Feb 13, 2024
2 parents 4ea8ae3 + 78896fa commit eafa456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sisl/viz/figure/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def draw_multisize_balls_3D(
Usually supported by the normal draw_balls_3D
"""
return self.draw_balls_3D(x, y, z, name=name, row=row, col=col, **kwargs)
return self.draw_balls_3D(x, y, z, name=name, marker=marker, row=row, col=col, **kwargs)

def draw_arrows_3D(
self,
Expand Down

0 comments on commit eafa456

Please sign in to comment.