holoviz / holoviews

With Holoviews, your data visualizes itself.
https://holoviews.org
BSD 3-Clause "New" or "Revised" License
2.69k stars 403 forks source link

nyc taxi example `<<` command #3971

Open apatlpo opened 4 years ago

apatlpo commented 4 years ago

Can somebody please explain or provide a reference for the << operation in the nyc taxi example ?

hvobj = ((agg * hline * vline) << sampled)

I cannot find anywhere in holoviews doc a reference for what this means

philippjfr commented 4 years ago

It something we've felt ambivalent about for a long time. It adjoins a plot to the right or the top of a plot by creating an AdjointLayout.

apatlpo commented 4 years ago

thanks, may I ask what part of the holoviews code is responsible for this?