diff --git a/loopstructuralvisualisation/_3d_viewer.py b/loopstructuralvisualisation/_3d_viewer.py index d0887b1..f627cb2 100644 --- a/loopstructuralvisualisation/_3d_viewer.py +++ b/loopstructuralvisualisation/_3d_viewer.py @@ -502,7 +502,7 @@ def plot_vector_field( name = self.increment_name(name) # , 'vector_field') vectorfield = geological_feature.vector_field(bounding_box=bounding_box) scale = self._get_vector_scale(scale) - print(scale) + return self.add_mesh( vectorfield.vtk( scale=scale,