Skip to content

Commit

Permalink
demo script fixed (axis range in scatter plot)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaiafa committed Apr 27, 2017
1 parent d66a486 commit 1130940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/demos/demo_connectome_data_comparison.m
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
Gen_plot(HCP7T_subject_set,'hot',DataPath,Nalg,'HCP7T60',color_mode)

set(gca,'tickdir','out', 'ticklen',[0.025 0.025], ...
'box','off','ytick',[2 9 16].*10^4, 'xtick', [0.04 0.07 0.1], ...
'ylim',[2 16].*10^4, 'xlim', [0.04 0.1],'fontsize',20)
'box','off','ytick',[2 10 18].*10^4, 'xtick', [0.04 0.07 0.1], ...
'ylim',[2 18].*10^4, 'xlim', [0.04 0.1],'fontsize',20)
axis square
ylabel('Fascicles number','fontsize',20)
xlabel('Connectome error (r.m.s.)','fontsize',20)
Expand Down

0 comments on commit 1130940

Please sign in to comment.