Alex Johnson

Results 569 comments of Alex Johnson

Ah ok - so after that can we remove `metadata.json` from the packages entierly?

After https://github.com/plotly/plotly.py/pull/5096 the default behavior is fast, because the default display is a `Figure` again. But `FigureWidget` seems to behave the same as it does in 6.0.0 and 6.0.1, which...

I've had inconsistent results trying to reproduce this myself - may be something strange going on in my Jupyter env. We can close this and I'll reopen if I find...

Good point. Maybe this would be clearer as a container with booleans in it, rather than a flaglist? That would also be more extensible, since those booleans could default to...

> Since this feature only involves zoom interactions, I was wondering if `ax.zoom` may be a better attribute name instead of `ax.modebarbuttons`? I think `ax.zoom` would be too broad in...

> Maybe a flaglist called `ax.modebardisable`? @emilykl I like that! with the same flags as in this PR, `auto` and `inout`, just inverting the meaning? I might then remove the...

> @alexcjohnson @archmoj I like this EXCEPT I would prefer the flag names `autoscale` and `zoominout` instead for clarity. @emilykl agreed, that's better. Updated!

Agreed - the ideal behavior would be to *just* remove the line segments to and from the `nan` value, but continue to show other segments of the same object.

I'd say if the dimension with `nan` has any constraint on it at all, this object should be filtered out, but if it's unconstrained then this object should remain selected.