Skip to content

Commit

Permalink
Merge pull request #50 from andreas-h/patch-1
Browse files Browse the repository at this point in the history
Update Working_with_Bokeh.ipynb
  • Loading branch information
jbednar authored Mar 15, 2017
2 parents 06fbeb7 + d51eda1 commit c509416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Working_with_Bokeh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"air_temperature = gv.Dataset(dataset, kdims=['longitude', 'latitude'],\n",
" group='Pre-industrial air temperature', vdims=['air_temperature'],\n",
" crs=ccrs.PlateCarree())\n",
"air_temperature.to.image() * gf.coastline"
"air_temperature.to.image() * gf.coastline()"
]
},
{
Expand Down

0 comments on commit c509416

Please sign in to comment.