/ThesisUtils.jl

Utilities to style plots for my thesis

Primary LanguageJuliaOtherNOASSERTION

ThesisUtils

This package controls the appearance of the plots in my thesis.

autofig(plotfunc, name, size)

The function autofig wraps your plot command with the appropriate machinery to set the fonts, appearance and figure size appropriately. You provide it with a function that returns a plot, a name, and the desired size of the figure. The size can be any one of Margin, Normal or Full. autofig makes the plot, displays it, and also saves it as a pdf under the directory autofigs/.

placeholder()

There is also a placeholder function that makes a placeholder plot, which you can use by calling placeholder().

Build Status

Coverage Status

codecov.io