Here you can sdee Tufte style axes in 3D. The axis affect is achieved by shifting axes, ticks and labels. The command \pgfplotspointouternormalvectorofticklabelaxis{x} is a…
Here we show how contour plots and 3D surface plots can be combined. Pgfplots can compute the z contours by means of gnuplot and its…
The ternary library allows to draw ternary diagrams. A ternary diagram visualizes three-component systems such that the sum of them yields 100 percent. Ternary diagrams…
Both mesh and surface plots are actually special parametrized plots where x and y are on cartesian grid points. Parameterized plots just need a special…
A surface plot visualizes a two dimensional, single patch using different fill colors for each patch segment. Each patch segment is a (pseudo) rectangle, that…
We would like to plot a function of two variables given by the math expression exp(-x^2 – y^2) * x. The code is from the…
Stacking plots means to add either x or y coordinates of successive addplot commands on top of each other. The code is from the PGFPlots…
Constant plots draw lines parallel to the x-axis to connect coordinates. The discontinuous edges may be drawn or not, and marks may be placed on…