python - How to make autoscale_view respect text -


fig = plt.figure() ax = fig.add_subplot(111)  ax.add_patch(...) # several times ax.text(x,y,"something") # several times ax.autoscale_view() 

truncates text. i.e. not respect text position, width , height in viewport calculations.

how make autoscale_view respect ax.text(...) calls?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -