Skip to content

Commit

Permalink
Fixing typo, improved title
Browse files Browse the repository at this point in the history
  • Loading branch information
dowdlelt committed Mar 10, 2017
1 parent ae10d7a commit d61966b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.asv
1 change: 0 additions & 1 deletion meica_component_displayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ function meica_component_displayer()
set(gca, 'XTick', 1:4, 'XTickLabel', labels);

%total_var = sum(y);
title(strcat('Percent of variance explained by each categroy of total: ', total_var, ' Variance Explained'));
ylabel('Variance Explained, %');

print([savedir, 'Var_exp'], '-dpng');
Expand Down

0 comments on commit d61966b

Please sign in to comment.