Skip to content

Commit

Permalink
fixes dolfin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jun 20, 2023
1 parent dba6d01 commit 2171d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vedo/dolfin.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def plot(*inputobj, **options):
lw1 = min(lw, 1)
actor.alpha(alpha * lw1)
if ps:
actor.pointSize(ps)
actor.point_size(ps)
if shading:
if shading == "phong":
actor.phong()
Expand Down

0 comments on commit 2171d1a

Please sign in to comment.