How do I change the figure size when working with a function that outputs a Matplotlib Axes object?
I am working with a function that outputs a matplotlib Axes object, which shows a graph as well. The function is from the PointPats module, part of PySAL, specifically the QStatistic.plot() function. The graph that is being output is extremely compressed and I need to change the dimensions of the graph; however, I am not sure how to do that when working with just an axes object. Ideally I would like to add the axes to a figure, but I’m not sure how to do that with a standalone axes object.