Home > functions > default_param > vb_set_plot_parm.m

vb_set_plot_parm

PURPOSE ^

SYNOPSIS ^

function plot_parm=vb_set_plot_parm

DESCRIPTION ^

 Set default parameters for plotting.
 2004-03-24 Taku Yoshioka


 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 %
0003 % Set default parameters for plotting.
0004 % 2004-03-24 Taku Yoshioka
0005 %
0006 %
0007 % Copyright (C) 2011, ATR All Rights Reserved.
0008 % License : New BSD License(see VBMEG_LICENSE.txt)
0009 
0010 plot_parm.fs = 10;
0011 plot_parm.ms = 10;
0012 plot_parm.lw = 2;
0013 plot_parm.cmap = 2;
0014 plot_parm.wmode = 1;
0015 plot_parm.wmax = 1;
0016 plot_parm.wmin = 0.1;
0017 plot_parm.norm = 1;
0018 plot_parm.angle = [0 0];
0019 plot_parm.priority = 2;
0020 plot_parm.Rlabel = 1.5;
0021 plot_parm.zoom = 1;
0022 plot_parm.paint = 2;
0023 plot_parm.LRflag = 'LR';
0024 plot_parm.print_ratio = 0.7;
0025 plot_parm.print_size = 10;
0026 plot_parm.width = 1;
0027 plot_parm.light = 1;

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005