Custom colors for median segmests in plotnine geom_boxplot
I want to draw the median segments in geom_boxplot()
with custom colors. I found a solution for R-ggplot2 with gg_build()
which provides x
, xend
, y
, yend
inputs for geom_segment()
to overlay the median segments on the boxplot.