# Help functions for plotting personalized Matlab functions. Work with Matlab 2017a. ## File description - chopnum.m Find the range of raw data. Called by eos/draw_eos.m - drawbrace.m F=Draw curly brace annotation on the plot. Called by dynamics/dynamics_variate_N.m - getsimu.m Get CDF results from simulation data. Called by comparison/draw_comparison.m and cdf/draw_cdf.m - gettmat.m Get CDF results from transfer matrices data. Called by comparison/draw_comparison.m and cdf/draw_cdf.m - plot2.m Plot a Nx2 array where the first column corresponds to the x-coordinate and second for y-coordinate. Called by tc/draw_critical.m - plotraw.m Plot the raw data with a given filter. For example, plotting the pressure with a fixed T. - unifyfigure.m and unifyfigureend.m Unify the size, font, line width and other aspects of a figure. Called by various scripts.