Skip to content

Commit e592324

Browse files
committed
widened area window
1 parent 715d42a commit e592324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neuropixels_trajectory_explorer.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
'FontSize',12,'FontName','Consolas','PickableParts','none');
153153

154154
% Set up the probe area axes
155-
axes_probe_areas = axes('Position',[0.85,0.01,0.08,0.95],'TickDir','in');
155+
axes_probe_areas = axes('Position',[0.80,0.01,0.15,0.95],'TickDir','in');
156156
axes_probe_areas.ActivePositionProperty = 'position';
157157
probe_areas_plot = image(axes_probe_areas,[0,1],0,0);
158158
axes_probe_areas_probelimits = ...

0 commit comments

Comments
 (0)