From 90b605db43364f79ea13376ed669ef67d569533e Mon Sep 17 00:00:00 2001 From: Olivier Sauter <olivier.sauter@epfl.ch> Date: Fri, 9 Nov 2001 09:46:05 +0000 Subject: [PATCH] black contour git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1849 d63d8f72-b253-0410-a779-e742ad2e26cf --- JET/psirz.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JET/psirz.m b/JET/psirz.m index ffab4a72..72abd3a4 100644 --- a/JET/psirz.m +++ b/JET/psirz.m @@ -101,7 +101,7 @@ if ncont>0 figure contour(r,z,psinrz',ncont); hold on - [h1, h2]=contour(r,z,psinrz',[1 1]); + [h1, h2]=contour(r,z,psinrz',[1 1],'k'); for i=1:length(h2) set(h2(i),'LineWidth',2); end -- GitLab