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…
This scatter plot example uses mark=cube* and z buffer=sort to place boxes at each input coordinate. The color for each box is determined by point…
We want to generate a scatter plot: assume that we are given a couple of special (x; y) coordinates along with color data at every…
Here we use the TikZ spy library for magnifying a part of a plot. The code is from the PGFPlots 1.10 manual: “4.7.3 Edges and…
We assume that we did some scientfic experiment. The scientific experiment yielded three input data tables: one table for each involved parameter d = 2,…
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…
The polar library allows to draw polar axes and plot types relying on polar coordinates, represented by angle (in degrees or, optionally, in radians) and…
A sine curve, where the y-values do not exceed a certain value. PGFPlots has two different types of clipping: the first is the graphical clipping…