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 time-frequency correspondence illustration of the Fourier transform. This code was written by Jake on TeX.SE. \documentclass[border=10pt]{standalone} \usepackage{pgfplots} \pgfplotsset{width=7cm,compat=1.6} \begin{document} \begin{tikzpicture} \begin{axis}[ set layers=standard, domain=0:10,…