I've noticed a few times the labels show up far offset from their target positions. Any ideas what might cause this or how to work around it? This has led to issues with saving as .png with a tight layout sometimes, causing an error of the general form "can't have images greater than 32768 pixels". The workaround is to savefig(..., bbox_extra_artists=[]), but I'd like to find a real solution if possible
Example:

I've noticed a few times the labels show up far offset from their target positions. Any ideas what might cause this or how to work around it? This has led to issues with saving as .png with a tight layout sometimes, causing an error of the general form "can't have images greater than 32768 pixels". The workaround is to
savefig(..., bbox_extra_artists=[]), but I'd like to find a real solution if possibleExample: