Skip to content

Commit

Permalink
update notebook WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Azaya89 committed Oct 15, 2024
1 parent 4a2d161 commit dc452cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensky/opensky.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"source": [
"aggregator = ds.by('origin')\n",
"flightpaths.hvplot.paths('longitude', 'latitude', tiles='EsriStreet', datashade=True,\n",
" by='origin', color=categorical_color_key(aggregator, 'hsv_r'))"
" by='origin', color_key=categorical_color_key(aggregator, 'hsv_r'))"
]
},
{
Expand All @@ -197,7 +197,7 @@
"outputs": [],
"source": [
"flightpaths.hvplot.paths('longitude', 'latitude', tiles='EsriStreet',\n",
" datashade=True, by='ascending')"
" datashade=True, by='ascending', color_key=['blue', 'red'])"
]
},
{
Expand Down

0 comments on commit dc452cb

Please sign in to comment.