Skip to content

Commit d76b74b

Browse files
committed
Fix exercise.
1 parent dd0bcab commit d76b74b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/02-plotly-scatter.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@
432432
"\n",
433433
"Modify the code:\n",
434434
"* Generate another random data set called `random_y2`. This data should be sampled from a distribution with mean `-2`.\n",
435-
"* Create a third trace called `trace2` using this data.\n",
436-
"* Plot all three datasets. We want `trace2` to be represented as markers only."
435+
"* Plot all three datasets, `random_y0`, `random_y1`, and `random_y2` against `linear_x`. We want the new data set to be represented as markers only."
437436
]
438437
},
439438
{

0 commit comments

Comments
 (0)