--- myst: substitutions: bloc: python: 14-15,22 cpp: 4,12,18 --- (dataserver_vizualisation_2d_tufte)= # Graph 2D "Tufte" This 2D graph consists in plotting the scatterplot of the two attributes, and also plotting each of the two histograms of the attributes in X and Y, respectively below or on the left of the scatterplot. {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/dataserver/vizualisation/" + language + "/draw_geyser_tufte." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + bloc[language] + "\n" + "```" }} {{ "```{" "figure" "} " + parent_dir + "/roottest/build/uranie/doc/dataserver/vizualisation/" + language + "/geyser_7/geyser_tufte.png\n" ":align: center\n" ":name: dataserver_geyser_tufte\n" + figure_scale + "\n" "\n" 'Graphs of "Tufte" type between the attributes x1 and x2 of the ' + tds + " `geyser`.\n" "```" }}