Skip to content

Commit

Permalink
Small fix to tiles notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 22, 2019
1 parent 71e643d commit c427126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/elements/bokeh/Tiles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"outputs": [],
"source": [
"hv.Layout([ts().relabel(name) for name, ts in hv.element.tiles.tile_sources.items()]).opts(\n",
" 'WMTS', xaxis=None, yaxis=None, width=225, height=225).cols(4)"
" opts.Tiles(xaxis=None, yaxis=None, width=225, height=225)).cols(4)"
]
},
{
Expand Down

0 comments on commit c427126

Please sign in to comment.