bokeh.charts.Line

Here are the examples of the python api bokeh.charts.Line taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Source File : utils.py
License : MIT License
Project Creator : wenwei202

    def plot(self, *kargs, **kwargs):
        line = Line(data=self.results, *kargs, **kwargs)
        self.figures.append(line)

    def image(self, *kargs, **kwargs):