Skip to content

Commit a9cb8a3

Browse files
committed
updates to plotly exercise
1 parent 33d7adb commit a9cb8a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ipynb_checkpoints/plotly_exercise-checkpoint.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"metadata": {},
8585
"source": [
8686
"-------------\n",
87-
"### Task 2: Create a stacked bar chart with the data in the link below. \n",
87+
"### Task 2: Create a stacked bar chart with the data from the link below. \n",
8888
"\n",
89-
"**Note** that the questions appear in the index and should be used for the x-axis, while the responses appear as column labels. \n",
89+
"**Note** that the questions appear in the index and should be used for the x-axis, while the responses appear as column labels. You will need to create more `traces`, one for each column.\n",
9090
"\n",
9191
"Stretch Task: Create a horizontal bar chart! Use this documentation [here](https://plot.ly/python/horizontal-bar-charts/) for help."
9292
]
@@ -224,7 +224,7 @@
224224
"name": "python",
225225
"nbconvert_exporter": "python",
226226
"pygments_lexer": "ipython3",
227-
"version": "3.7.9"
227+
"version": "3.7.6"
228228
},
229229
"toc": {
230230
"base_numbering": 1,

plotly_exercise.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"metadata": {},
8585
"source": [
8686
"-------------\n",
87-
"### Task 2: Create a stacked bar chart with the data in the link below. \n",
87+
"### Task 2: Create a stacked bar chart with the data from the link below. \n",
8888
"\n",
89-
"**Note** that the questions appear in the index and should be used for the x-axis, while the responses appear as column labels. \n",
89+
"**Note** that the questions appear in the index and should be used for the x-axis, while the responses appear as column labels. You will need to create more `traces`, one for each column.\n",
9090
"\n",
9191
"Stretch Task: Create a horizontal bar chart! Use this documentation [here](https://plot.ly/python/horizontal-bar-charts/) for help."
9292
]
@@ -224,7 +224,7 @@
224224
"name": "python",
225225
"nbconvert_exporter": "python",
226226
"pygments_lexer": "ipython3",
227-
"version": "3.7.9"
227+
"version": "3.7.6"
228228
},
229229
"toc": {
230230
"base_numbering": 1,

0 commit comments

Comments
 (0)