Skip to content

Commit 9602149

Browse files
committed
Updated the plotting
1 parent 1338097 commit 9602149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obsplotlib/section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def section(
169169
np.max(np.abs(_tr.copy().slice(slicestart, sliceend).data))
170170
)
171171

172-
maxs.append(streammaxs)
172+
maxs.append(np.max(streammaxs))
173173

174174
if absmax is None:
175175
absmax = np.max(maxs)

0 commit comments

Comments
 (0)