Skip to content

Commit

Permalink
fix: support box is now rescaled for plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Oct 13, 2021
1 parent fd3a263 commit 6723790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/visualisation/model_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,4 +832,4 @@ def add_support_box(self,geological_feature, paint=False, **kwargs):
paint_with = None
if paint:
paint_with = geological_feature
self._add_surface(points, tri, name, paint_with=paint_with, **kwargs)
self._add_surface(self.model.rescale(points,inplace=False), tri, name, paint_with=paint_with, **kwargs)

0 comments on commit 6723790

Please sign in to comment.