I am trying to recreate the look of figure below using matplotlib (source).
However, I
You can move the ylabel using ax.yaxis.set_label_coords, which does accept negative numbers. For your example, I removed the line with set_label_position, and added:
set_label_position
axPres.yaxis.set_label_coords(-0.1,1.02)