Learn basic plotting with python plotly.
#Step - 1
Install and Import plotly and dash library
Note - if you are using Jupyter Notebook, you have to use *** from plotly.offline import iplot, init_notebook_mode init_notebook_mode() ***
#Step - 2
Declare your dataset. Let's assume that our dataset is labelled. In here, dummy data is used.
#Step - 3
Define your subplots and add figures in the frame
#Step - 4
Show your plot
Reference - https://plotly.com/