Closed
Description
master but also present on 1.5.3
imshow(rand(5, 5)); gca().set_xticklabels(["foo", "bar"])
results in
Almost certain this is due to the xticks internally including a tick at the position "just left of bounds". Seems related (not directly, though) to the issue discussed in #7042.