Skip to content

Commit

Permalink
works with a fake redpitya on IPython 8.15 and python3.10 but not in …
Browse files Browse the repository at this point in the history
…jupyter and regular python
  • Loading branch information
michaelcroquette committed May 3, 2024
1 parent 8e19b58 commit 6ff6520
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyrpl/widgets/module_widgets/scope_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def init_gui(self):
#self.setLayout(self.main_layout)
self.setWindowTitle("Scope")
self.win = pg.GraphicsLayoutWidget(show=True,title="Scope")
self.win.show()
self.plot_item = self.win.addPlot(title="Scope")
self.plot_item.showGrid(y=True, alpha=1.)

Expand Down Expand Up @@ -248,7 +247,6 @@ def display_curve(self, list_of_arrays):
else:
self.curves[2].setVisible(False)
self.update_current_average() # to update the number of averages
self.win.show()

def set_rolling_mode(self):
"""
Expand Down

0 comments on commit 6ff6520

Please sign in to comment.