plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

FIX selector = 0 returns all traces in select_traces

Open wf-r opened this issue 3 years ago • 1 comments

Fix https://github.com/plotly/plotly.py/issues/3639 (selector = 0 in update_traces selects all traces, not only the first one)

Code PR

  • [x] I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of plotly.graph_objects, my modifications concern the codegen files and not generated files.
  • [x] I have added tests (if submitting a new feature or correcting a bug) or modified existing tests.

wf-r avatar Jul 19 '22 06:07 wf-r

Hmm, I cannot connect the failed test with my changes. Anybody an idea?

wf-r avatar Jul 20 '22 09:07 wf-r

Thanks!

nicolaskruchten avatar Jan 04 '23 22:01 nicolaskruchten