Skip to content
Snippets Groups Projects
Commit 357fcc39 authored by leprob001's avatar leprob001
Browse files

Flipped colormap of TOA plot.

parent d1634073
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ artoaGui.editTimeOfArrival.axesScatterTimeOfArrival = axes(artoaGui.figures.edit
% set colormap
artoaGui.editTimeOfArrival.axesScatterTimeOfArrival.CLim = [0, 255];
cmap = gray(300);
cmap = flipud(gray(300));
colormap(artoaGui.editTimeOfArrival.axesScatterTimeOfArrival, cmap(1:256, :));
grid on;
......
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