Skip to content

Commit

Permalink
Additional functionality and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsimons committed Aug 23, 2017
1 parent 683beaa commit afc8c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addcb.m
Expand Up @@ -45,7 +45,6 @@
defval('parm',1)
defval('pos','hor')
defval('invt',0)
defval('tint',(maC-miC)/10)

ah=gca;
fpos=getpos(ah);
Expand All @@ -71,6 +70,8 @@
maC=max([caxoc caxcon]);
cbd=linspace(miC,maC,500);

defval('tint',(maC-miC)/10)

% Some flag to control 'hor' vs 'ver'
wis=2;
if length(parm)==1 && parm==1
Expand Down

0 comments on commit afc8c7b

Please sign in to comment.