Most basic parallel coordinate chart with plotly
Plotly is an awesome python library sending the power of Javascript to Python. Javascript is the language used in browser to make a webpage interactive.
Fortunately, plotly provides a parallel_coordinates() function that can be used as follow to build this chart type:
Note that you can save this chart to a standalone file thanks to the write.html() function. It is then possible to render it in any html document using an <iframe>