The `bokeh.plotting.Figure.multi_line` function in Python's Bokeh library is used to create multiple connected lines on a plot. This function takes in a list of x and y coordinate values for each line to be plotted, and can additionally accept other optional parameters to customize the appearance of the lines such as line color, line width, and line alpha. This function is useful for visualizing data that requires the representation of multiple connected line segments on a plot.
Python Figure.multi_line - 39 examples found. These are the top rated real world Python examples of bokeh.plotting.Figure.multi_line extracted from open source projects. You can rate examples to help us improve the quality of examples.