Skip to content

Commit

Permalink
Fix bins option in autompg_histogram demo (#5750)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoMathurin authored Jun 9, 2023
1 parent dfb2a96 commit 818e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/demos/bokeh/autompg_histogram.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"metadata": {},
"outputs": [],
"source": [
"hist = autompg_ds.hist(dimension='mpg', groupby='cyl', bin_range=(9, 46), bins=40, adjoin=False)\n",
"hist = autompg_ds.hist(dimension='mpg', groupby='cyl', bin_range=(9, 46), num_bins=40, adjoin=False)\n",
"\n",
"hist.opts(opts.Histogram(alpha=0.9, width=600))"
]
Expand Down

0 comments on commit 818e649

Please sign in to comment.