Skip to content

Commit

Permalink
Update set_palette/set_colororder docstrings to latest features
Browse files Browse the repository at this point in the history
This marks the first beta release of the package: v0.1.0 :)
  • Loading branch information
beddalumia committed Aug 18, 2022
1 parent 59c23ac commit 8ffb37b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions colortools/set_colororder.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ function set_colororder(varargin)
% To see all available colormap names just call:
% >> set_colororder('list')
%
% For a fast graphical show-reel
% >> set_colororder show % or
% >> set_colororder('show',N)
%
% Though you will find that such option would prove
% unnecessary most of the time: thanks to a powerful
% string-search engine, set_colororder can suggest
Expand Down
6 changes: 5 additions & 1 deletion colortools/set_palette.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ function set_palette(varargin)
% varargin: optional, to request low level API
%
% To see all available colormap names just call:
% >> set_palette('list') or set_palette list
% >> set_palette('list') % or set_palette list
%
% For a fast graphical show-reel
% >> set_palette show % or
% >> set_palette('show',N)
%
% Though you will find that such option would prove
% unnecessary most of the time: thanks to a powerful
Expand Down

0 comments on commit 8ffb37b

Please sign in to comment.