We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e2f7 commit bd2367aCopy full SHA for bd2367a
needles/plotTrajectory.m
@@ -42,4 +42,4 @@
42
set(ax, 'YTick', trajX(round(uy)-1), 'YTickLabel', uStr, 'XTick', [], 'TickDir', 'out');
43
box(ax, 'off');
44
axis(ax, 'image');
45
-cmap = atlas.cmap; caxis([1 size(cmap,1)]); colormap(get(ax, 'Parent'), cmap);
+cmap = atlas.cmap; caxis(ax, [1 size(cmap,1)]); colormap(get(ax, 'Parent'), cmap);
0 commit comments