Hello,
I am having problems removing specific tick labels when using a log scale because the number of elements in ax.get_xticklabels() is variable for a fixed number of displayed label. This is because the padding instead of being always of 1 element on each side actually varies depending on vmin, vmax and stride. It would be easier if the padding was always equal to 1.
Thanks!