How to change the color of axis and the opacity of lines in parallel coordinates plot?

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!

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.