About My Plotly App
- This is a plotly app that I have built over the top of Flask Framework.
- Plotly is widely used opensource framework for graphs and charts, it is free.
- In this app, I am using Flask and Python to either read an online dataset or reading a CSV file as Pandas and showing graphs.
- The first graph is about "Bar charts with Wide Format Data", it uses Plotly express metal-wide dataset and compares three counteries.
- The first graph is about "Bar charts with Wide Format Data", it uses Plotly express metal-wide dataset and compares three counteries.
- The second graph uses the classical Iris dataset about plants as a "3D scatter plot with Plotly Express". You can zoom in/out and scale.
- The third graph uses the classical life expectancy dataset about plants as a "Line Graph". You can see the labels and observe the pattern.
- I am using 'Animate On Scroll Library' library to animate how graphs fade from different sides or directions.