tracktable.render.backends.bokeh_backend module

Note

This module is used by render_trajectories and render_heatmap and shouldn’t be accessed directly.

Module contents

tracktable.render.bokeh - render trajectories in using the bokeh backend

tracktable.render.backends.bokeh_backend.render_trajectories(trajectories, map_canvas=None, obj_ids=[], line_color='', show_lines=True, show_points=False, gradient_hue=None, color_map='', **kwargs)[source]

Render a list of trajectories using the bokeh backend

For documentation on the parameters, please see render_trajectories

Currently not officially supported. Just for experimentation!