I trying to use plt.text to plot letters that are variously stretched or squeezed in the horizontal direction. I thought the 'stretch' option would do that, but it doesn't change anything:
import matplotlib.pyplot as plt
plt.text(1,1, 'A', stretch=100)
plt.show()
It doesn't seem to matter what value I use for stretch, the result always looks the same.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…