BMaveau
Results
2
comments of
BMaveau
I had the same problem. The code checks if the value of the tick label is the same as the tick position. If this is true, it ignores the formatting...
Indeed, the correct code is `ax.set_xticklabels(['$3000$', '$7000$'])` Tikzplotlib thinks that it is a string while LaTeX considers it a number.