Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichael Harris
30 PointsI can't figure this out embedding plots into QT5
import sys import random from pathlib import Path from PyQt5 import QtCore, QtWidgets, QtGui from PyQt5.QtWidgets import QSizePolicy from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas from matplotlib.figure import Figure
self.plots = FigureCanvas() self.plots = Plots(self)
File "C:/Users/mike/Documents/GUIProject/MainPWA.py", line 520, in init self.plots = FigureCanvas() TypeError: init() missing 1 required positional argument: 'figure'