view aim-mat/modules/graphics/ti1992/parameters.m @ 0:74dedb26614d

Initial checkin of AIM-MAT version 1.5 (6.4.2011).
author tomwalters
date Fri, 20 May 2011 12:32:31 +0100
parents
children 20ada0af3d7d
line wrap: on
line source
% parameter file for 'aim-mat'
% 
% 
% (c) 2011, University of Southampton
% Maintained and written by Stefan Bleeck (bleec@gmail.com)
% http://www.soton.ac.uk/aim

%%%%%%%%%%%%%
% the parameters for the graphics.
% They are independent from the module parameters

ti1992.minimum_time=0.001;
ti1992.maximum_time=0.035;
ti1992.is_log=1;
ti1992.time_reversed=1;
ti1992.display_time=0;
ti1992.time_profile_scale=1;
ti1992.plotstyle='surf';
ti1992.colormap='pink';
ti1992.colorbar='off';