Boxplot
The plot that is missing in the built-ins
Last updated
Was this helpful?
The plot that is missing in the built-ins
Last updated
Was this helpful?
Bokeh does not have a built-in boxplot like matplotlib. Good practise is to create a class based on the example script from the gallary, import this in your script and use this class in your script. An example of such a class is to be found at
The class can be used as follow: