Hello,
I would like to create the boxplot from below figure with holoview or bokeh. Each category on the X-axis is split into different sub categories.
This plot is created with seaborn boxplot.
How can I achieve this with holoview boxwhisker by overlay? Or directly with Bokeh?
I cannot use the mulitple kdims with a boxwhisker because I would like to draw horizontal lines reflecting the upper spec limit, lower spec limit and the nominal. With holoview path I can draw those lines. But I don’t have mulitple kdims for the path. Combining the path with a multiple categorical boxwhisker gives errors.
Overlaying 2 boxplot plot them on top of each other. Is there an offset parameter for the X-axis?
Thanks in advance.
Johnny