Reputation: 391
I want to draw graphs from the CSV file using plotly. (which has multiple columns to draw) . How to add a button/tick/GUI-control so that I can control which are the columns I want in the graph.
I'm using Plotly-python module.
Upvotes: 2
Views: 1411
Reputation: 61094
Here are some options:
Which one you should use will depend entirely on your use-case.
Upvotes: 2