From 649451c2580a23f229f4f267a0c5072010bcab32 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Fri, 26 Aug 2016 13:56:01 -0500 Subject: [PATCH] Adjusted example #4 plot. --- examples/example4_plots.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example4_plots.m b/examples/example4_plots.m index 995410f..cb2a0b6 100644 --- a/examples/example4_plots.m +++ b/examples/example4_plots.m @@ -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';