Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 894 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 894 Bytes

PlotlyDashApp-Tutorial

Tutorial used for Plotly Dash App Workshop at WiCS Club Meeting

Tutorial

Step-by-step slides can be found here

The tutorial covers two different plotly express figures: scatter_geo and filled area chart with range slider. The two figures are then used to create a simply Plotly Dash App.

Data

Data for this tutorial is in the simplemap_data folder.

More Resources

Visit Plotly's Documentation to view all the features Plotly has to offer. Visit their Dash app document to view more on how to customize your dash app. To host your dash app for free, read up on Dash deployment here.