wtyang2 commited on
Commit
bf4f5a1
·
1 Parent(s): 3d80e97
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -217,7 +217,8 @@ st.markdown("""
217
 
218
  In the first plot, I am highlighting how University of Illinois buildings have been constructed over time from 1800 to 2025.
219
  Detailed information of the building is included such as the total floors, the square footage, and the usage types.
220
- On the top, a linked histogram with Year Constructed will show how many buildings were built within every 5 years.
 
221
  By clicking a bar, it will highlight the time range in both the histogram and the scatterplot via opacity and color changes.
222
  For users, it is easier for them to focus on specific construction eras. Scatterplot is applied with circle marks where
223
  the x-axis is Year Constructed and the y-axis is Total Floors. The size of the circle marks are encoding Square Footage so that
 
217
 
218
  In the first plot, I am highlighting how University of Illinois buildings have been constructed over time from 1800 to 2025.
219
  Detailed information of the building is included such as the total floors, the square footage, and the usage types.
220
+ On the top, a linked histogram with Year Constructed will show how many buildings were built within every 5 years,
221
+ which helps smooth out year-to-year fluctuations and makes long-term construction patterns easier to see.
222
  By clicking a bar, it will highlight the time range in both the histogram and the scatterplot via opacity and color changes.
223
  For users, it is easier for them to focus on specific construction eras. Scatterplot is applied with circle marks where
224
  the x-axis is Year Constructed and the y-axis is Total Floors. The size of the circle marks are encoding Square Footage so that