We assume that we did some scientfic experiment. The scientific experiment yielded three input data tables: one table for each involved parameter d = 2,…
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,…
With pgfplots 1.10 and its fillbetween library we can fill the area between curves in a new convenient way: draw the first function and give…
We want to visualize two functions. The first function is given by means of a data table. The second function is given by means of…