Skip to content

Commit 44481a3

Browse files
author
Lachlan Grose
committed
fix: single group surfaces not plotting, changed min strat column to 0
1 parent faf71ee commit 44481a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/input/process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def stratigraphic_column(self):
177177
"colour": self.colours[g],
178178
}
179179
if i == 0:
180-
stratigraphic_column[name][g]["min"] = -np.inf
180+
stratigraphic_column[name][g]["min"] = 0
181181
if i == len(sg) - 1:
182182
stratigraphic_column[name][g]["max"] = np.inf
183183

0 commit comments

Comments
 (0)