Skip to content

Commit

Permalink
Adjusted example #4 plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Aug 26, 2016
1 parent 13e8a34 commit 649451c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example4_plots.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
title('Enrichment models');

subplot(2,2,3);
scatter(log10(bf(:, 1)), log10(bf(:, 2)),'b','*');
scatter(log10(bf(:, 1)), log10(bf(:, 2)),'b','o');
hold on
plot([-5 30],[-5 30],'-','Color','red');
plot([-5 30],[-5 30],':','Color','red');
hold off
% ozline = refline([1 0]);
% ozline.Color = 'r';
Expand Down

1 comment on commit 649451c

@pcarbo
Copy link
Member Author

@pcarbo pcarbo commented on 649451c Aug 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xiang, instead of submitting a pull request like last time, I'm going to let you submit it if you would like, or complete the merging on your own. Or you can just leave the branches unmerged. It is up to you.

Please sign in to comment.