; ; USER PREFERENCES example ! Copy this file to your home directory ; cp jacquesrc ~/.jacquesrc ; ; and modify according to your jacques start up preferences ; initialize, data_dir, '~/data/' ; default directory to look for data initialize, image_log_directory, '/tmp/' ; directory to save images to. Set to '' to attempt ; to write images into data directory initialize, image_log, 0 ; set to zero to turn off image logging initialize, image_log_format, 'JPEG' ; supported: JPEG2000 & JPEG initialize, use_nice_font, 0 ; to use nicer fonts in drawing window set to 1 initialize, useunits, 0 ; use physical units (1) rather than code units (0) initialize, xy_sl_size, 800 ; width and height of images at start up initialize, center, [0.5,0.5,0.5] ; center of view loadct, 15 ; pick your favorite colormap print, 'read ~/.jacquesrc' initialize, use_on_small_screen, 1 ; smaller screens or projectors shoud set this to 1