-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to set parcoords context line color and opacity #3939
Comments
If we could set the opacity to zero, then the user could have the unselected lines completely removed when filtering. This would be very nice for cluttered plots. for inspiration, see how hiplot does this in their parcoords tool (https://facebookresearch.github.io/hiplot/_static/demo/ml1.csv.html?hip.color_by=%22valid+ppl%22&hip.PARALLEL_PLOT.order=%5B%22dropout%22%2C%22embedding_size%22%2C%22epoch%22%2C%22lr%22%2C%22train+f1%22%2C%22valid+ppl%22%5D) |
Hi ! Is there any attribute available now that solves this issue in Python . I want to change the unselected line colour from the default grey to another colour. Please let me know . |
This will be in the next release, hopefully out this week. It will be plotly.js 2.13 and plotly.py 5.10 |
Hi! Thanks :) |
The deselected lines in all
parcoords
plots now use a constant color (i.e.#777
and auto opacity logic (i.e. depending on the number of overlaid lines).In some scenarios it may be useful to let the user override the default.
The text was updated successfully, but these errors were encountered: