I am finding that annotations placed outside of axes get placed incorrectly in v1.4.3. Here is an example: import matplotlib.pyplot as plt import matplotlib as mpl fig, ax = plt.subplots() ax.annotate ...
Annotate arrows change how they respect positioning / horizontal alignment depending on the size of the figure. The text looks like it is placed correctly given the xytext offsets. I'm expecting the ...