Home > vbmeg > functions > default_param > vb_set_plot_parm.m

vb_set_plot_parm

PURPOSE ^

Set default parameters for plotting.

SYNOPSIS ^

function plot_parm=vb_set_plot_parm

DESCRIPTION ^

 Set default parameters for plotting.

 [history]
  2004-03-24 taku-y
  2012-10-15 taku-y
  [minor] Modified print options.

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function plot_parm=vb_set_plot_parm
0002 % Set default parameters for plotting.
0003 %
0004 % [history]
0005 %  2004-03-24 taku-y
0006 %  2012-10-15 taku-y
0007 %  [minor] Modified print options.
0008 %
0009 % Copyright (C) 2011, ATR All Rights Reserved.
0010 % License : New BSD License(see VBMEG_LICENSE.txt)
0011 
0012 plot_parm.fs               = 10;
0013 plot_parm.ms               = 10;
0014 plot_parm.lw               = 2; % 1='hot', otherwise='jet'
0015 plot_parm.cmap             = 1;
0016 plot_parm.wmode            = 1;
0017 plot_parm.wmax             = 1;
0018 plot_parm.wmin             = 0.1;
0019 plot_parm.norm             = 1;
0020 plot_parm.angle            = [0 0];
0021 plot_parm.priority         = 2;
0022 plot_parm.Rlabel           = 1.5;
0023 plot_parm.zoom             = 1;
0024 plot_parm.paint            = 2;
0025 plot_parm.LRflag           = 'LR';
0026 plot_parm.print_ratio      = 0.7;
0027 plot_parm.print_size       = 10;
0028 plot_parm.width            = 1;
0029 plot_parm.light            = 1;
0030 plot_parm.str_print_format = '-depsc';
0031 plot_parm.flag_colorbar    = 1; % on/off colorbar
0032 plot_parm.color            = [0.8 0.8 0.8]; % color of cortical surface
0033 
0034 return;

Generated on Mon 22-May-2023 06:53:56 by m2html © 2005