8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
One would expect this to work:
fig,ax = subplots(1,1) ax.set_yticklabels(ax.get_yticklabels())
But it instead replaces the labels with the str representation of the Text object, something like Text(0, 0, '1.0') and etc.
Text
Text(0, 0, '1.0')