* 0.7.3 * Python version: 3.9 * Operating System: windows ### Description Trying to plot a matrix plot ### What I Did Plot a matrix Plot m = nv.MatrixPlot(graph) m.draw() plt.show() Get a type error from m.draw() I get the same error with CircosPlot and ArcPlot It draws though