Skip to content

Commit

Permalink
Black examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Nov 19, 2024
1 parent 5af2b95 commit 7e3cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/11_plurigaussian/04_3d_pgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# grid.point_data['L'] = np.meshgrid(L, indexing="ij")[0]
# grid.plot(show_edges=True)

grid.point_data['PGS'] = pgs.P.reshape(-1)
grid.point_data["PGS"] = pgs.P.reshape(-1)
grid.contour(isosurfaces=8).plot()

###############################################################################
Expand Down

0 comments on commit 7e3cccf

Please sign in to comment.