Skip to content

Commit

Permalink
Remove calling .cols(3) on the homepage (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 30, 2023
1 parent b119538 commit d2285d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Homepage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"outputs": [],
"source": [
"(gf.ocean + gf.land + gf.ocean * gf.land * gf.coastline * gf.borders).opts(\n",
" 'Feature', projection=crs.Geostationary(), global_extent=True, height=325).cols(3)"
" 'Feature', projection=crs.Geostationary(), global_extent=True, height=325)"
]
},
{
Expand Down

0 comments on commit d2285d9

Please sign in to comment.