Dessia-tech/plot_data

PrimitiveGroupContainer solutions (un)displayed only when selection on the last axis of ParallelPlot

Closed this issue · 1 comments

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • What is the current behavior?
    I have a multiplot that contains a Parallelplot with 7 attributes and a PrimitiveGroupContainer which diplays the 2D solutions.
    When I select solutions on the Paralleplot, only the selection on the last axis of the parallelplot, filters the selected primitives groups in the PrimitiveGroupContainer.
    The other axes do not produce the same filtering behaviour. They essentially have no impact on the 2D figures diplay.

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages
    On the script multiplot from plot_data, the behaviour seems ok but codes seem equivalent so difficult to give a reproduction case.

  • What is the expected behavior?
    Whatever the axis on which the selection is made on the parallelplot, it has an impact on the PrimitiveGroupContainer

  • What is the motivation / use case for changing the behavior?

  • Possible fixes

  • Please tell us about your environment:

    • branch: master
    • commit: 3dee71d
    • python version: 3.9

A priori fixed in attached PR