/mat-fig

MATLAB figure helper functions: parity plots, manuscript-style figures, hexagonally binned scatter plots, annotations, and saving.

Primary LanguageMATLABMIT LicenseMIT

mat-fig

A.K.A. MATLAB Figures. Code for plotting and saving publication-quality figures.

Setting Defaults (LaTeX, font size)

set(0, 'DefaultTextInterpreter', 'latex')
set(0, 'DefaultLegendInterpreter', 'latex')
set(0, 'DefaultAxesTickLabelInterpreter', 'latex')
set(0, 'defaultAxesFontSize',12)

see also

Basic Usage

See matfig_test.m

Output

test.fig