Skip to content

Commit

Permalink
Update README examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrosteEffect committed Jan 13, 2024
1 parent 4baf2fc commit e356ed2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ R2014b or later: BREWERMAP_VIEW can also update other axes' or figures' colormap

S = load('spine');
image(S.X)
brewermap_view(gca)
brewermap_view(gca) % default = colormap

R2019b or later can also update other axes's or figures' line colororders in real time, for example:

plot(rand(7,7))
brewermap_view(gca,[],true) % colororder

PRESET_COLORMAP is a wrapper for any colormap function, storing the function and any parameter values for future calls.

Expand Down

0 comments on commit e356ed2

Please sign in to comment.