The "3 variables" visualization techniques are used to display Trees, Ntuples, 2D histograms, 2D Graphs and functions z=f(x,y).
- Several techniques are available to visualize 3 variables data sets in 2D. Two variables are mapped on the X and Y axis and the 3rd one on some graphical attributes like the color or the size of a box, a density of points (scatter plot) or simply by writing the value of the bin content. The 3rd variable can also be represented using contour plots. Some special projections (like Aitoff) are available to display such contours. See also the article about the rainbow color map.
- Lego and surface plots are a common way to display 3 variables data sets in 3D. They can be combined with color or light effects and displayed in non Cartesian coordinate systems like polar, cylindrical or spherical. 2D graphs can be drawn using the Delaunay triangulation technique.