Skip to content

Commit

Permalink
import numpy as np
Browse files Browse the repository at this point in the history
  • Loading branch information
gthyagi committed Aug 12, 2024
1 parent d386f39 commit d4e97ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/underworld3/visualisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def plot_mesh(_mesh, _title='', _clip_angle=0.0, _cpos='xy', _window_size=(750,
and optionally saves a screenshot.
'''
import sympy
import numpy
import numpy as np
import pyvista as pv

pvmesh = mesh_to_pv_mesh(_mesh)
Expand Down

0 comments on commit d4e97ed

Please sign in to comment.