Skip to content

Commit

Permalink
Avoided bogus warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Apr 8, 2022
1 parent 2694e06 commit c69d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/15-Large_Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"c = dynspread(datashade(hv.NdOverlay(gaussians, kdims='k'), aggregator=ds.by('k', ds.count())))\n",
"m = dynspread(datashade(hv.NdOverlay(gaussians, kdims='k'), aggregator=ds.by('k', ds.mean(\"i\"))))\n",
"\n",
"(c + m).opts(opts.RGB(width=400))"
"c.opts(width=400) + m.opts(width=400)"
]
},
{
Expand Down

0 comments on commit c69d7ee

Please sign in to comment.