Skip to content

Commit

Permalink
Fixed measles example
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 23, 2020
1 parent 3b9b8ca commit 8655c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/gallery/demos/bokeh/measles_example.ipynb
Expand Up @@ -68,7 +68,8 @@
"overlay = (heatmap + agg * vline * marker).cols(1)\n",
"overlay.opts(\n",
" opts.HeatMap(width=900, height=500, tools=['hover'], logz=True, \n",
" invert_yaxis=True, labelled=[], toolbar='above', xaxis=None),\n",
" invert_yaxis=True, labelled=[], toolbar='above',\n",
" xaxis=None, colorbar=True, clim=(1, np.nan)),\n",
" opts.VLine(line_color='black'),\n",
" opts.Overlay(width=900, height=200, show_title=False, xrotation=90))"
]
Expand Down

0 comments on commit 8655c68

Please sign in to comment.