diff --git a/+Plotter/plotResultForTwoParameterScan.m b/+Plotter/plotResultForTwoParameterScan.m index 71ff77d..36141c0 100644 --- a/+Plotter/plotResultForTwoParameterScan.m +++ b/+Plotter/plotResultForTwoParameterScan.m @@ -47,6 +47,10 @@ function plotResultForTwoParameterScan(XParameter, YParameter, ZQuantity, vararg imagesc(RescaledXParameter, RescaledYParameter, RescaledZQuantity(:,:)'); +% hold on +% +% contour(RescaledXParameter, RescaledYParameter, RescaledZQuantity(:,:)', 'Color', 'r', 'Linewidth', 4, 'ShowText','on') + set(gca,'YDir','normal'); caxis([min(min(min(RescaledZQuantity))) max(max(max(RescaledZQuantity)))]);