matplotlib.patches.draw_bbox#

matplotlib.patches.draw_bbox(bbox,renderer,color='k',trans=None)[source]#

A debug function to draw a rectangle around the boundingbox returned by an artist'sArtist.get_window_extentto test whether the artist is returning the correct bbox.

On this page