Skip to content

atifc2/Dashboards-Using-Plotly-Dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dashboards-Using-Plotly-Dash

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/

About

Learn basic plotting with python plotly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published