Skip to content

Commit 8805a9f

Browse files
authored
Remove reference to matplotlib
Leftover from #94 .
1 parent b71bded commit 8805a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robot_log_visualizer/ui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ def scroll_down(self):
13461346
# construct a QApplication
13471347
app = QtWidgets.QApplication(sys.argv)
13481348

1349-
# instantiate the main window and add the Matplotlib canvas
1349+
# instantiate the main window
13501350
gui = RobotViewerMainWindow()
13511351

13521352
# show the main window

0 commit comments

Comments
 (0)