Pyplot: subplot_mosaic
One particular thing which always drives me crazy is adjusting panels in somewhat more complicated plots using Python’s subplots. However, recently I found an extremely useful function simplifying this a lot: pyplot.subplot_mosaic ! This function allows us to create really exotic configurations of panels just by sketching what we want directly in Python. What else could we wish for!? weiterlesen…