Closed
Description
Is there a way in Bokeh to have the legend in a multi row column format like it is done in matplotlib.
In matpltolib the legend object takes as input 2 additional optinal agruments ncol and nrow which defines how many rows and column the legend object should be split in.
This is very useful when we have lots of legend items and its better to organize then into rows and columns.
Can similar api be made available in bokeh.