Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Mar 10, 2017
1 parent 60e001a commit f4fee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svca4_PlotBPvoiGui.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function plot_Callback(hObject, eventdata, handles)
end
xLim = xlim;
xlim([xLim(1)-0.5 xLim(2)+0.5]);
%f

set(gca,'XTickLabel',modelName(handles.models.Value));
set(gca,'TickLabelInterpreter','none');
set(gca,'XTickLabelRotation',30);
Expand Down

0 comments on commit f4fee75

Please sign in to comment.