Skip to content

Commit

Permalink
fix: single group surfaces not plotting, changed min strat column to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Aug 1, 2022
1 parent faf71ee commit 44481a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/modelling/input/process_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def stratigraphic_column(self):
"colour": self.colours[g],
}
if i == 0:
stratigraphic_column[name][g]["min"] = -np.inf
stratigraphic_column[name][g]["min"] = 0
if i == len(sg) - 1:
stratigraphic_column[name][g]["max"] = np.inf

Expand Down

0 comments on commit 44481a3

Please sign in to comment.