Subplots in matplotlib

In a previous post we learned how to use matplotlib’s gridspec to make subplots of unequal size. gridspec is quite powerful, but can be a little complicated to use. This is especially true if you are coming to Python from Matlab. In the current post we learn how to make figures and subplots in a manner that will be more
Read more