Skip to content

Commit

Permalink
Update src/surface/gui/gui/widgets/float_comm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Poulin <90342856+benjaminwp18@users.noreply.github.com>
  • Loading branch information
InvincibleRMC and benjaminwp18 authored May 28, 2024
1 parent f79c338 commit 44ee25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/surface/gui/gui/widgets/float_comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def __init__(self) -> None:
left_side_layout.addWidget(self.console)

layout.addLayout(left_side_layout)
layout.addWidget(self.plot1)
layout.addWidget(self.plot2)
for plot in self.plots:
layout.addWidget(plot)

self.time_data: list[float] = []
self.depth_data: list[float] = []
Expand Down

0 comments on commit 44ee25b

Please sign in to comment.