--- myst: substitutions: bloc: python: "19" cpp: "14" --- # Box-and-whisker("boxplot") {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/dataserver/vizualisation/" + language + "/draw_geyser_boxplot." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + bloc[language] + "\n" + "```" }} {{ "```{" "figure" "} " + parent_dir + "/roottest/build/uranie/doc/dataserver/vizualisation/" + language + "/geyser_2/geyser_boxplot.png\n" ":align: center\n" ":name: dataserver_geyser_boxplot\n" + figure_scale + "\n" "\n" "Boxplot of attribute *x2* of the " + tds + " `geyser`\n" "```" }}