Stephan Probst

Results 16 comments of Stephan Probst

This seems to be related to [this bug.](https://bugs.python.org/issue37373) The following workaround worked for me. Just put in the top of your conf.py file. ``` import sys import asyncio if sys.version_info[0]...

I would have chosen CTRL + T to toggle visibility for items with threshold dates in the future. This shortcut is usually used for "new tab", which shouldn't be a...

@ransome1 : Great. That's definitely helpful and should solve the issue for me. Thanks!

@alexcjohnson: One use case for more options than `last` and `first` would be to display the label for a specific quarter within a year. Imagine a quarterly report, for which...

For us this would be the desired behaviour. The rationale is, that you typically want to compare the Q2 value of this year with the Q2 values of previous years....

Great! I don't have a strong opinion on the name, but `minor.shiftlabels` may be confused with the new property, that is currently being developed in [this PR](https://github.com/plotly/plotly.js/pull/7006). How about `minor.labeltodisplay`?

> #6347 seems related to this PR. No? Yes. The current PR may be part of the groundwork required for #6347. Do you think any additional changes are required to...

> > > #6347 seems related to this PR. No? > > > > > > Yes. The current PR may be part of the groundwork required for #6347. Do...

**On the discussion of floating point precision vs. rounding:** We currently only have a use case for +/- 0.5, but I'm not sure other floating point values won't be useful...

> @stephprobst Do you have a use case for adding these options to selections? If no, I'd suggest not to implement it in this PR. @archmoj: No. We're not using...