Skip to content

Commit 768f089

Browse files
committed
update doc
1 parent 410a75b commit 768f089

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

prettify_plot/prettify_plot.m

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)