0001 function plot_parm=vb_set_plot_parm
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 plot_parm.fs = 10;
0013 plot_parm.ms = 10;
0014 plot_parm.lw = 2;
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;
0032 plot_parm.color = [0.8 0.8 0.8];
0033
0034 return;