xticklabels

Hi,
   I think there is bug in get_xticklabels(). According to the doc it should return a list of Text instances, instead it returns a list of TextWithDash instances. This also makes the following impossible (which should work of course):

xtl = ax.get_xticklabels()
ax.set_xticklabels(xtl)

Manuel

Hi,
   I think there is bug in get_xticklabels(). According to the doc it should return a list of Text instances, instead it returns a list of TextWithDash instances. This also makes the following impossible (which should work of course):

xtl = ax.get_xticklabels()
ax.set_xticklabels(xtl)

Manuel

I just opened a bug #2107138 report to make sure that this is not forgotten. I currently have no time to look at this myself :frowning: