Skip to content
Snippets Groups Projects
Commit 90b605db authored by Olivier Sauter's avatar Olivier Sauter
Browse files

black contour

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1849 d63d8f72-b253-0410-a779-e742ad2e26cf
parent c6085829
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ if ncont>0 ...@@ -101,7 +101,7 @@ if ncont>0
figure figure
contour(r,z,psinrz',ncont); contour(r,z,psinrz',ncont);
hold on hold on
[h1, h2]=contour(r,z,psinrz',[1 1]); [h1, h2]=contour(r,z,psinrz',[1 1],'k');
for i=1:length(h2) for i=1:length(h2)
set(h2(i),'LineWidth',2); set(h2(i),'LineWidth',2);
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment