Is it possible to hide lines in parallel coordinates plot?

Hello,
I am having a parallel plot that displays neurons that result from a neural classification. Neurons that belong to a ‘classification facies’ share the same color (the color of the line). Vertically, the dimensions present the value of each neuron for each seismic volume. Because the user wants to show/hide facies, I implemented a React component that contains a list of material-ui Switch (one toggle per facies). See image below.

Because I did not find another solution, each time I want to hide a group of lines (a facies), I have to remove the values from the dimensions. You will understand this way is not optimal.
I would like to know if there is a better way to hide lines (with a property that says something like: ‘this value in this dimension is hidden’)?
Sorry for my bad english…

Not at the moment unfortunately.