deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.54k stars 160 forks source link

How to `set_xticklabels` #285

Closed zoof closed 1 year ago

zoof commented 1 year ago

More of a question than an issue. Is there some way to use matplotlib's set_xticklabels functionality in the ruptures display function??

zoof commented 1 year ago

Never mind. I set fig, ax = rpt.show.display(...) and used ax[0].set_xticklabels(labels).