-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
better API support for parallel coordinates (parcoords) lines styles #2573
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
Comments
On related note, is it possible to apply a color function to selectively color lines, e.g., based on a categorical attribute. A feature that the parcoords API might support. Thanks. |
Merging the "axis" part of this request in #2292 |
Is there any update on this issue ?? or some alternative probably ??? Thanks |
Not sure if this is relevant, but adding support for exporting parcoords to vector graphics would also be greatly appreciated. |
+1 |
+1 for line style manipulation. |
This is a good idea, and we would happily work with someone from the community to get these changes implemented :) |
+1 |
1 similar comment
+1 |
+1 |
We've solved this and the fix will come out soon :) And yes, |
This is addressed by #5506. |
So is this feature implemented? I am interested in changing the line width in parallel coordinates. |
It did worked in Ubuntu, but not in Windows.
Unfortunately Plotly doesn't support that and I have implemented it using
D3.js
…On Tue, May 31, 2022, 8:59 PM Yousuf Azad (Sami) ***@***.***> wrote:
So is this feature implemented? I am interested in changing the line width
in parallel coordinates.
—
Reply to this email directly, view it on GitHub
<#2573 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJSYZL5NE3XVO7AZDQBF3KLVMYV57ANCNFSM4E3J6T6Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I would like the feature of changing the width of the parallel coordinates lines. Any update on this? |
+1 |
2 similar comments
+1 |
+1 |
Also would appreciate this feature - not really any other options when it comes to parallel plots in python. With less than 20 lines it becomes impossible to see the individual ones. |
Has anyone started working on this? I'm willing to start a PR. |
I would also agree that this is an important feature! Especially line width and opacity would be great! An additional point on the wishlist would be an option to get spline lines/bundling of lines. Maybe as some form of Inspiration: https://facebookresearch.github.io/hiplot/ They made a great visualization tool, but one could never export the plot as static data and it is a public archive by now. |
Cool, I started looking into it. @archmoj I saw that you wrote the code for the line width in lines.js under src/traces/parcoords. Do you think this feature is relevant / it would be a good first contribution? (I'm new to open-source contributions) |
Hi @BrannJoly, this solution looks really great. Could you be able to provide quick sample code on how you achieved it? |
Any updates? |
My apologies @AhmedThahir - we have been focused on getting the next full plotly.js release out the door. Realistically, we are unlikely to get to this one any time soon, but if someone from the community wants to submit a PR, I will prioritize review. Thanks - @gvwilson |
At the moment, it's not possible to change the width of the parallel coordinates line or change the color of the axis lines/ticks.
https://codepen.io/plotly/pen/ZepaxM
The text was updated successfully, but these errors were encountered: