Skip to content

Commit

Permalink
Merge pull request #960 from alisonsnwong/visualizations
Browse files Browse the repository at this point in the history
Update explore.md figure size
  • Loading branch information
MicheleTobias authored Mar 14, 2024
2 parents 79cef2f + cec49fd commit b033f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Interactive web map:
These visualizations were created to showcase the engaging key insights into wine-producing regions.

This plot shows the trend of AVAs created from 1980 to 2023. We see a peak in AVAs published in 1983.
<iframe src="visualizations/no_avas_year.html" style="width: 600px; height: 400px"></iframe>
<iframe src="visualizations/no_avas_year.html" style="width: 800px; height: 400px"></iframe>

This plot visualizes the number of AVAs each state contains. The color category is manually created to account for the left-skew distribution due to California having a significantly larger amount of AVAs than other states.
<iframe src="visualizations/no_avas_state.html" style="width: 600px; height: 400px"></iframe>

This plot compares the number of AVAs California has compared to all other states ("Others Summed").
<iframe src="visualizations/ca_others_summed.html" style="width: 600px; height: 400px"></iframe>
<iframe src="visualizations/ca_others_summed.html" style="width: 600px; height: 800px"></iframe>

This plot shows the top 10 largest states by area, using the Albers equal area projection.
<iframe src="visualizations/ava_area" style="width: 700px; height: 500px"></iframe>
Expand All @@ -29,4 +29,4 @@ This plot visualizes the % of ava area within each state, using the Albers equal
<iframe src="visualizations/percent_ava_area_state.html" style="width: 600px; height: 400px"></iframe>

This plot displays the number of AVAs petitioned by each petitioner who has petitioned more than one AVA.
<iframe src="visualizations/petitioner_no_avas" style="width: 600px; height: 400px"></iframe>
<iframe src="visualizations/petitioner_no_avas" style="width:600px; height: 800px"></iframe>

0 comments on commit b033f67

Please sign in to comment.