Plot sorting

Hello,

I’m wanting to plot some data, for example a heat map, and sort it by “hootest” columns or “coolest” rows. My line of thinking is that I’d have to create a tool that would accomplish this by sorting the data itself and then replotting. Is this line of thinking correct, or is there some built in tool that can accomplish this for me? The sorting translates to all levels, for example different plots etc.

Thanks!

Hi,

I can’t quite picture what it is you are trying to accomplish. I think i can fairly confidently say that there’s nothing built directly into Bokeh for this, so I can only say generally that you can probably do whatever it is you need:

  • with CustomJS callbacks if all the data can be sent/loaded into the browser

  • with python/bokeh app callbacks if the data is too large to send all to the browser

Thanks,

Bryan

···

On Oct 19, 2017, at 17:32, Allan [email protected] wrote:

Hello,

I’m wanting to plot some data, for example a heat map, and sort it by “hootest” columns or “coolest” rows. My line of thinking is that I’d have to create a tool that would accomplish this by sorting the data itself and then replotting. Is this line of thinking correct, or is there some built in tool that can accomplish this for me? The sorting translates to all levels, for example different plots etc.

Thanks!

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4a75b9df-9b67-4721-a64e-675fc8983b26%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.