Plotly.js: Should skip missing data in parcoords

Created on 8 Nov 2019  路  4Comments  路  Source: plotly/plotly.js

Reported in https://community.plot.ly/t/plotly-graph-objects-parcoords-nan-replaced-by-0/29725
If some of the columns contain nan during the display of plotly.graph_objects.Parcoords the data are displayed as 0, it will be nice to don鈥檛 to treat the value as a nan and not as 0.

demo

bug

Most helpful comment

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.

All 4 comments

I'm not sure about this. I think we should still draw the dimension axis and simply not draw the line.

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.

What would happen with selection then?

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deecay picture deecay  路  3Comments

emanuelsetitinger picture emanuelsetitinger  路  3Comments

tim-sauchuk picture tim-sauchuk  路  3Comments

etpinard picture etpinard  路  3Comments

jonmmease picture jonmmease  路  3Comments