Skip to content

Commit 0595a4f

Browse files
Update scatterPlot2Axes.m
extra output handles
1 parent 64589d7 commit 0595a4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

functions/ImageFunc/scatterPlot2Axes.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function scatterPlot2Axes(ax,ax2,coordinates,data,range,nameTag,scaleMarker,dataText)
1+
function [h,h1,h2] = scatterPlot2Axes(ax,ax2,coordinates,data,range,nameTag,scaleMarker,dataText)
22
% scatterPlot2Axes - Make a scatter plot with colorbar in second axes
33
%
44
% syntax: scatterPlot2Axes(ax,ax2,coordinates,data,range,nameTag,scaleMarker)
@@ -96,4 +96,4 @@ function scatterPlot2Axes(ax,ax2,coordinates,data,range,nameTag,scaleMarker,data
9696
end
9797
% Create UIMenu for colors
9898
createUIMenu2Axes(ax2,h2,h,data,range)
99-
axes(ax); % Make axes 1 current axis
99+
axes(ax); % Make axes 1 current axis

0 commit comments

Comments
 (0)