Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-Fabre committed Nov 15, 2023
1 parent 410a75b commit 768f089
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions prettify_plot/prettify_plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ function prettify_plot(varargin)
% - TickLength: number, determines size of ticks
% - TickWidth: number, determines size of ticks
% - AxisBox: String. Either 'off' (no box) or 'on' (a box)
% - AxisAspectRatio: String. Either 'equal', 'square' or 'image'
% - AxisTightness: String. Either 'tickaligned', 'tight' or 'padded'
% - AxisAspectRatio: String. Either 'equal', 'square', or 'image'. Set as
% 'keep' if you don't want any changes.
% - AxisTightness: String. Either 'tickaligned', 'tight' or 'padded'.Set as
% 'keep' if you don't want any changes.
% - AxisUnits - not in use yet
% - ChangeColormaps: boolean, whether to adjust the colormaps or not
% - DivergingColormap: String corresponding to the brewermap colormap for
Expand Down Expand Up @@ -116,7 +118,7 @@ function prettify_plot(varargin)
'AxisBox', 'off', ...
'AxisGrid', 'off', ...
'AxisAspectRatio', 'keep', ... % set to 'keep' if you don't want any changes
'AxisTightness', 'keep', ... % BUGGY set to 'keep' if you don't want any changes
'AxisTightness', 'tight', ... % set to 'keep' if you don't want any changes
'AxisUnits', 'points', ...
'ChangeColormaps', false, ... % set to false if you don't want any changes
'DivergingColormap', '*RdBu', ...
Expand Down

0 comments on commit 768f089

Please sign in to comment.