Gallery Items tagged Charts
LaTeX can be used to produce a variety of different charts and diagrams, including: flowcharts, gantt charts, pie charts, branching and decision trees, family trees, histograms, bar charts and more. If you're looking for a particular type of chart that isn't featured here, please let us know, or submit your own example to the gallery.

Simple template for creating a Family Tree
With this simple LaTeX template you can quickly create and share your family tree online with friends and relatives.
For help with different styles, see this guide to trees in LaTeX on the excellent LaTeX Community forum, and you can find help with using the TikZ package in Part 3 of our free Introduction to LaTeX course.
Example by

Funciones de Bessel de segunda especie
Este ejemplo es una gráfica de las 8 primeras funciones de Bessel de segunda especie \(Y_n(x)\) tal como se definen en el enlace, aunque en este caso se usan directamente las funciones que están incorporadas en GNUPLOT, besy0(x) y besy1(x). Para obtener las definiciones de las funciones de Bessel de segunda especie para un número \(n \geq 2\), se recurre a las que aparecen en este enlace que son válidas para las funciones de Bessel, tanto de primera como de segunda especie.
Para el trazado de las 8 curvas uso un bucle \foreach y dentro del bucle, la orden \addplot+ con las opciones adecuadas para que las curvas aparezcan en colores diferentes.
Ramón Jaramillo

The Porter Value Chain
The Porter Value Chain as an example of a table in the shape of an arrow, by Gonzalo Medina.
Source: http://tex.stackexchange.com/questions/112579/table-in-the-shape-of-an-arrow/112681#112681
Gonzalo Medina

Series de Fourier
Este ejemplo demuestra como se puede sintetizar una señal periódica de "diente de sierra" partiendo de las Series de Fourier, utilizando sumas de funciones senoidales que van desde la que tiene la frecuencia fundamental de la señal hasta sus armónicas. Para ello se usa el paquete pgfplots y el comando \pgfplotsinvokeforeach{,...,} y luego se suma de forma acumulativa para formar la función \sumacurva, definida como una variable que parte del cero (0).
Ramón

Flow Diagram for a numerical algorithm
Introducing Canonical Polynomial approximation methods for solving singularly perturbed bvps.
Mubarak Imam

Using the forest package to create trees in LaTeX
This is an example of how to use the forest package to create trees in LaTeX.
Example from http://tex.stackexchange.com/a/108728/23931
John Hammersley

Venn Diagrams
This is a short template on the creation of Venn Diagrams.
stanley

The architecture of the consensus filtering algorithm
The output of this graph is used as Figure 1 of the paper: Wangyan Li, Zidong Wang, Guoliang Wei, Lifeng Ma, Jun Hu, and Derui Ding, “A Survey on Multisensor Fusion and Consensus Filtering for Sensor Networks,” Discrete Dynamics in Nature and Society, vol. 2015, Article ID 683701, 12 pages, 2015. doi:10.1155/2015/683701.
It's based on http://www.texample.net/tikz/examples/hierarchical-diagram/.
Relevant link: http://tex.stackexchange.com/questions/226461/how-to-draw-hierarchical-graph-like-this-one.
Wangyan Li

tikz flowchart of an epidemiology study
tikz flowchart of an epidemiology study
lbw