Hi, how can I change the color of all axis to white?
Also, can I change the opacity of the lines in the parallel coordinates?
Thank you!
Hi, how can I change the color of all axis to white?
Hello,
You can hide de Y axis of your graph, would that work for you?
Use: fig.update_yaxes(showticklabels=False)
and see if it works for you.
Hi, thank you for your reply. It doesnβt work for me, I want to change the color of the axis instead of hiding them.