Skip to content

Commit bf3a957

Browse files
committed
adjust titles and add code needed
1 parent 4cec88a commit bf3a957

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

4_Problems/2_15_Matplotlib Scatter Plots.ipynb

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"id": "c0c4e516",
3838
"metadata": {},
3939
"source": [
40-
"## 🟩 Mean Yearly Salary vs. Job Count (2.15.1)"
40+
"## 🟨 Median Yearly Salary vs. Job Count (2.15.1)"
4141
]
4242
},
4343
{
@@ -61,7 +61,7 @@
6161
"id": "b7c76f1c",
6262
"metadata": {},
6363
"source": [
64-
"## 🟨 Top 5 Countries by Median Yearly Salary: Job Count vs. Median Salary (2.15.2)"
64+
"## 🟨 Top 7 Countries by Median Yearly Salary vs Job Count (2.15.2)"
6565
]
6666
},
6767
{
@@ -85,7 +85,7 @@
8585
"id": "420eccdc",
8686
"metadata": {},
8787
"source": [
88-
"## 🟥 Average Yearly Salary vs. Job Count for Specific Roles by Schedule Type (2.15.3)"
88+
"## 🟥 Average Yearly Salary vs. Job Count for Top Roles by Schedule Type (2.15.3)"
8989
]
9090
},
9191
{
@@ -94,7 +94,10 @@
9494
"id": "dd4df130",
9595
"metadata": {},
9696
"outputs": [],
97-
"source": []
97+
"source": [
98+
"# Code Needed\n",
99+
"target_job_titles = ['Data Analyst', 'Data Scientist', 'Data Engineer']"
100+
]
98101
},
99102
{
100103
"cell_type": "markdown",

4_Problems/2_16_Matplotlib Advanced Customization.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"id": "4c966e8c",
6262
"metadata": {},
6363
"source": [
64-
"## 🟩 Customize Bar Chart (2.16.2)"
64+
"## 🟨 Customize Bar Chart (2.16.2)"
6565
]
6666
},
6767
{
@@ -70,7 +70,10 @@
7070
"id": "f76edcfd",
7171
"metadata": {},
7272
"outputs": [],
73-
"source": []
73+
"source": [
74+
"# Code Needed\n",
75+
"colors = ['blue', 'orange', 'green', 'red', 'purple']"
76+
]
7477
},
7578
{
7679
"cell_type": "markdown",

0 commit comments

Comments
 (0)