This is a web-based dashboard built with Dash, a Python framework for building analytical web applications. The dashboard allows you to visualize and analyze emoji tree heights in an emoji forest.
You can access a live demo of the Emoji Forest Statistics dashboard here.
- Grow emoji trees in your forest by selecting the number of trees using a slider.
- Measure the height of a special tree by entering its height in centimeters.
- View a data table showing the heights of the emoji trees.
- Visualize the distribution of tree heights with a histogram.
- Analyze the statistical summary of tree heights, including range, interquartile range, standard deviation, variance, and shape.
- Explore the relationship between tree index and height with a scatter plot.
- The dashboard uses Bootstrap for styling.
- Run the Python script to start the Dash application.
- Use the slider to select the number of trees you want to grow in your forest.
- Click the "Grow Emoji Trees!" button to generate the emoji trees.
- Enter the height of a special tree in centimeters and click the "Measure Special Tree" button to add it to the data.
- Explore the data table, histogram, box plot, and scatter plot to analyze the emoji tree heights.
- The statistical summary provides insights into the data distribution and shape.
- Enjoy exploring the emoji forest statistics!
- Python 3.x
- Dash
- Plotly
- Pandas
- NumPy
- Dash Bootstrap Components
- Install the required packages using pip or conda.
- Run the Python script using the command
python script.py
. - Open a web browser and visit
http://localhost:7003
to access the dashboard.
This project is licensed under the MIT License. See the LICENSE file for details.