/graphgen-presentation

Presentation about automatically generating visualisations

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

Automatically Generating Visualisations

A presentation given as part of teh Molecular Laboratory Training Workshop 2018.

Download the pre-built documents (slides and example paper).

  1. Slides
  2. Example document

In order to build the files you'll need (at least) the following:

  1. LaTeX
  2. pdflatex
  3. beamer
  4. dot
  5. python
  6. matplotlib

On Ubuntu, the texlive-math-extra is needed to provide the yhmath and eqnarray packages.

To build the document:

make

This will generate all graphs, the presentation and example paper. The main output files are

  1. presentation.pdf
  2. example.pdf

You can use make clean to remove temporary build files.