Spaces:
Sleeping
Sleeping
qua605
commited on
Commit
·
70f4d70
1
Parent(s):
8b683b8
First Write Up
Browse files
app.py
CHANGED
@@ -22,7 +22,10 @@ st.altair_chart(viz1, use_container_width=False)
|
|
22 |
st.subheader("Vizualization 1 Write Up")
|
23 |
st.text(
|
24 |
"""
|
25 |
-
|
|
|
|
|
|
|
26 |
"""
|
27 |
)
|
28 |
|
|
|
22 |
st.subheader("Vizualization 1 Write Up")
|
23 |
st.text(
|
24 |
"""
|
25 |
+
First, I choose to analyze the distribution of different license type. I used a bar graph and
|
26 |
+
sort the values to make the graph looks more clean. The graph did not use the container width
|
27 |
+
because it was too small to see the distribution of small numbers. The color just represents
|
28 |
+
different license type for a more clear view of the graph.
|
29 |
"""
|
30 |
)
|
31 |
|