@@ -68,8 +68,10 @@ function prettify_plot(varargin)
6868% - TickLength: number, determines size of ticks
6969% - TickWidth: number, determines size of ticks
7070% - AxisBox: String. Either 'off' (no box) or 'on' (a box)
71- % - AxisAspectRatio: String. Either 'equal', 'square' or 'image'
72- % - AxisTightness: String. Either 'tickaligned', 'tight' or 'padded'
71+ % - AxisAspectRatio: String. Either 'equal', 'square', or 'image'. Set as
72+ % 'keep' if you don't want any changes.
73+ % - AxisTightness: String. Either 'tickaligned', 'tight' or 'padded'.Set as
74+ % 'keep' if you don't want any changes.
7375% - AxisUnits - not in use yet
7476% - ChangeColormaps: boolean, whether to adjust the colormaps or not
7577% - DivergingColormap: String corresponding to the brewermap colormap for
@@ -116,7 +118,7 @@ function prettify_plot(varargin)
116118 ' AxisBox' , ' off' , ...
117119 ' AxisGrid' , ' off' , ...
118120 ' AxisAspectRatio' , ' keep' , ... % set to 'keep' if you don't want any changes
119- ' AxisTightness' , ' keep ' , ... % BUGGY set to 'keep' if you don't want any changes
121+ ' AxisTightness' , ' tight ' , ... % set to 'keep' if you don't want any changes
120122 ' AxisUnits' , ' points' , ...
121123 ' ChangeColormaps' , false , ... % set to false if you don't want any changes
122124 ' DivergingColormap' , ' *RdBu' , ...
0 commit comments