I am working with python and getting the error message: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-108-ce962754d553> in <module>() ----> 2 axs[0, 0].boxplot([df1['x'], df2['x']]) 3 plt.show(); 4 TypeError: 'AxesSubplot' object is not ...