2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-18 19:18:21 +02:00
LaTeX-examples/tikz/histogram-large-1d-dataset
Martin Thoma 7740f0147f Remove trailing spaces
The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
2015-10-14 14:25:34 +02:00
..
1ddata.txt added example how to easily create a histogramm from much data 2014-08-05 15:39:13 -04:00
histogram-large-1d-dataset.png added and automated beautification done by jenson_bo 2014-08-06 11:18:27 -04:00
histogram-large-1d-dataset.template.tex Remove trailing spaces 2015-10-14 14:25:34 +02:00
Makefile added example how to easily create a histogramm from much data 2014-08-05 15:39:13 -04:00
process.py fixed bug 2014-08-07 11:55:55 -04:00
README.md added and automated beautification done by jenson_bo 2014-08-06 11:18:27 -04:00

Compiled example

Example

Credits

Thanks to esdd who helped me to get the LaTeX part work (see tex.SE answer)

Thanks to jenson_bo for making it beautiful!