You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to control the line width for parallel coordinates plot, and this doesn't seem to be supported currently. As for other figure types, I would like to be able to set the line width and opacity as in the code below.
The trace type, parcoords, has been devised with a constant line width to ensure high performance for large parcoords plots. There is an opened issue here plotly/plotly.js#4504, you can follow for eventual updates.
To see what are the actual parcoords line attributes, inspect them, displayed by: help(go.parcoords.Line).
plotly/plotly.js#2573 is the open issue, plotly/plotly.js#4504 was closed as duplicate. Unfortunately this is fairly tricky given the architecture parcoords uses for performance optimization and the feature set available to us in WebGL...
I would like to be able to control the line width for parallel coordinates plot, and this doesn't seem to be supported currently. As for other figure types, I would like to be able to set the line width and opacity as in the code below.
Current behaviour results in the following error
The text was updated successfully, but these errors were encountered: