|
@@ -23,7 +23,7 @@ class Window:
|
|
|
self.fig, self.ax = plt.subplots()
|
|
|
|
|
|
# Show the env name in the window title
|
|
|
- self.fig.canvas.set_window_title(title)
|
|
|
+ self.fig.canvas.manager.set_window_title(title)
|
|
|
|
|
|
# Turn off x/y axis numbering/ticks
|
|
|
self.ax.xaxis.set_ticks_position('none')
|