Skip to content
Snippets Groups Projects
Commit e69434df authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Undo plot_utils changes

parent 44472d3e
No related branches found
No related tags found
No related merge requests found
......@@ -281,14 +281,14 @@ class PlotterGISASV2(Plotter):
real_data = fit_objective.experimentalData()
sim_data = fit_objective.simulationResult()
diff = fit_objective.absoluteDifference()
diff = fit_objective.relativeDifference()
self.make_subplot(1)
# same limits for both plots
arr = real_data.array()
zmax = np.amax(arr)
zmin = zmax*1e-3
zmin = zmax*1e-6
ba.plot_colormap(real_data, title="Experimental data", zmin=zmin, zmax=zmax,
xlabel='', ylabel='', zlabel='')
......
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