Added line to plot contours.
This commit is contained in:
parent
5f068db1c1
commit
cedbb008af
@ -47,6 +47,10 @@ function plotResultForTwoParameterScan(XParameter, YParameter, ZQuantity, vararg
|
|||||||
|
|
||||||
imagesc(RescaledXParameter, RescaledYParameter, RescaledZQuantity(:,:)');
|
imagesc(RescaledXParameter, RescaledYParameter, RescaledZQuantity(:,:)');
|
||||||
|
|
||||||
|
% hold on
|
||||||
|
%
|
||||||
|
% contour(RescaledXParameter, RescaledYParameter, RescaledZQuantity(:,:)', 'Color', 'r', 'Linewidth', 4, 'ShowText','on')
|
||||||
|
|
||||||
set(gca,'YDir','normal');
|
set(gca,'YDir','normal');
|
||||||
|
|
||||||
caxis([min(min(min(RescaledZQuantity))) max(max(max(RescaledZQuantity)))]);
|
caxis([min(min(min(RescaledZQuantity))) max(max(max(RescaledZQuantity)))]);
|
||||||
|
Loading…
Reference in New Issue
Block a user