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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -