keerthan kumar
keerthan kumar

Reputation: 391

How to add button in plotly to control the graph

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

Answers (1)

vestland
vestland

Reputation: 61094

Here are some options:

  1. Custom buttons
  2. ipywidgets
  3. Plotly-Dash and Dash Core Components
  4. Plotly-Dash and HTML-buttons

Which one you should use will depend entirely on your use-case.

Upvotes: 2

Related Questions