Skip to content

Commit 844fc0a

Browse files
committed
Upload TAZ shapefile and correct color in income comparison chart
1 parent 0199b97 commit 844fc0a

File tree

6 files changed

+1939
-1941
lines changed

6 files changed

+1939
-1941
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
2-
_data/TAZ/*
2+
_data/TAZ/WFv920_TAZ.*
3+
_data/TAZ/*.geojson

_data/TAZ/Statewide_TAZ.zip

15.2 MB
Binary file not shown.

index.html

Lines changed: 1936 additions & 1939 deletions
Large diffs are not rendered by default.

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ df_long['Year'] = df_long['Year'].str.replace('MedInc_', '')
15041504
sns.set_style("whitegrid")
15051505
# plt.figure(figsize=(10, 8))
15061506
ax = sns.barplot(data=df_long, x='Model Space', y='Median Income', hue='Year',
1507-
palette={'2019': '#4472C4', '2023': '#843C0C'})
1507+
palette={'2019': '#843C0C', '2023': '#4472C4'})
15081508
plt.title('Regional Median Income\n2019 vs 2023', fontweight='bold', pad=15)
15091509
plt.xticks(rotation=45, ha='right')
15101510
plt.ylabel('Median Household Income ($)', fontweight='bold')
-3.11 KB
Loading
25 Bytes
Loading

0 commit comments

Comments
 (0)