Octave Etard (octave.etard11@imperial.ac.uk)
Matlab plotting tools to make pretty, publication ready figures.
Add the functions folder to your path. The code is structured as a Matlab package contained in functions/+pltools. Functions can be called by using the pltools. prefix (e.g. out = pltools.someFunction(x,y,z)). Alternatively the required functions can also be imported (e.g. import pltools.someFunction; out = someFunction(x,y,z)).