Raphael Quast
Raphael Quast
Right now I'm connecting from Windows 10 Enterprise 22H2
Sorry for the long silence from my side... got fed up with other things in the meantime... Anyways, after updating to `Spyder 6.0.2` the issue somehow magically disappeared! Not sure...
I'm still interested in an answer to my question/request! (And depending on my time also interested in participating to resolve it...)
Hi, @timhoffm, thanks for the response! Sorry I forgot that I'm using the `qt` backend... (for inline-figures it indeed works as expected) Here's a gif (using a `jupyter qtconsole`) to...
That's odd... I tried this just now in a quite fresh environment where all packages are up-to-date:
I just did another check.... you need to run the `print(ax.stale, ax.xaxis.get_major_ticks()[0].stale)` **after** executing all other commands (not together in one step)... like this: ```python In [1]: %matplotlib qt In...