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.

Periodic Table - updated 2017
Copyright 2009 Ivan Griffin
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or (at your option) any later version.
The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.
This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is Ivan Griffin
This work consists of the files periodic_table.tex
Chris Rump

Branching arrows with decision option in flowchart
What is global warming doing to us?
Isabella Walker

Typesetting Z specifications with zed-csp
Examples from the zed-csp documentation.
LianTze Lim

Standalone MSA Figure
This template is used to create standalone, publication-quality figures for multiple sequence alignments using the texshade package.
Scott Fones

Semi-advanced flowchart for numerical solution procedure
A little bit more advanced flowchart than the simple flowchart example at: http://www.texample.net/tikz/examples/simple-flow-chart/
Andreas Almqvist

Using gnuplottex on Overleaf
An example on using gnuplot right in LaTeX with the gnuplottex package
Lars Kotthoff (uploaded by LianTze Lim)

Ley A para PCM
Este gráfico presenta las características de compresión de una señal telefónica de entrada cuando es comprimida usando la Ley-A tal como es descrita en la Recomendación G.711 de la Unión Internacional de Telecomunicaciones. Esta Ley es descrita por la siguiente ecuación:
f(x)=sign(x)*\begin{cases}
\displaystyle \frac{A\left |{x}\right |}{1+ln(A)} &\text{si} \, \displaystyle\left |{x}\right | < \frac{1}{A} \\ \\
\displaystyle \frac{1+ln(A\left |{x}\right |)}{1+ln(A)}&\text{si} \, \displaystyle \frac{1}{A} \leq\left |{x}\right |\leq 1
\end{cases}
Ramón

Região sob um gráfico
Neste projeto é apresentado o código para criar uma região colorida sob um gráfico.
Para detalhes sobre o projeto: marcos.ufal.mat@gmail.com
Antônio Marcos Barbosa

Gram-Schmidt Orthogonalization and QR decomposition
A very quick and easy to understand introduction to Gram-Schmidt Orthogonalization
(Orthonormalization) and how to obtain QR decomposition of a matrix using it.
Mohd. Umar Rehman