When I plot ax.annotate objects, and then want to get the coordinates of their bboxes using fig.canvas.draw() and annotation.get_window_extent(), then the coordinate system of the bboxes depends on ...
I am trying to create a 3d histogram following the solution suggested here, which is based on [this matplotlib demo](Create 3D histogram of 2D data). In the finished plot however, the zorder of the ...