; Sets up plot parameters for IDL plots for the MINBAR paper ; ; Copied from papers/default.pro 2019 Feb 15 !p.charsize=1.5 !p.font=-1 ; Default !y.margin=[4,0.5] !y.omargin=[0,0] !x.margin=[7,1] ; Thicker lines make the figures look better when significantly decreased ; in size !p.charthick=2. !p.thick=2. !x.thick=2. !y.thick=2. ; Typical image size (for postscript) if !d.name eq 'PS' then $ device,/encap,xsize=20,ysize=20/sqrt(2) END