You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matplotlib's autoscale does not take artists added by add_artist into account when calculating dataLim. f27da5b introduces an ugly hack to explicitly add text objects to the datalim. It more or less works for cells, but not for references that have been subjected to transformations.
For instance in the code below c.show() works as expected, but top.show() does not.
Matplotlib's autoscale does not take artists added by
add_artist
into account when calculatingdataLim
. f27da5b introduces an ugly hack to explicitly add text objects to the datalim. It more or less works for cells, but not for references that have been subjected to transformations.For instance in the code below
c.show()
works as expected, buttop.show()
does not.The text was updated successfully, but these errors were encountered: