Skip to main content

render_quality_boxplot

Function render_quality_boxplot 

Source
pub fn render_quality_boxplot(params: &QualityBoxPlotData) -> String
Expand description

Render a quality box plot as SVG.

Layout closely follows QualityBoxPlot.java:paint():

  • Same 40px top/bottom margins
  • Green (>28), Yellow (20-28), Red (<20) background zones
  • Alternating light/dark within zones
  • Yellow boxes for IQR, whiskers for 10th/90th percentile
  • Red median line, blue mean line connecting all positions