Ignore:
Timestamp:
08/17/12 12:18:32 (12 years ago)
Author:
smasson
Message:

full integration of the batch mode with Z buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/closeps.pro

    r371 r479  
    8989last_part: 
    9090; 
    91    thisOS = strupcase(strmid(!version.os_family, 0, 3)) 
    92    CASE thisOS of 
    93      'MAC': SET_PLOT, thisOS 
    94      'WIN': SET_PLOT, thisOS 
    95      ELSE: SET_PLOT, 'X' 
    96    ENDCASE 
    9791   def_myuniquetmpdir 
    9892   colorfile = myuniquetmpdir + 'original_colors.dat' 
     
    10498   ENDIF 
    10599   !p.font = -1 
    106 ; force background color to the last color (white) 
    107    !p.BACKGROUND=(!d.n_colors-1) < 255 
    108    !p.color=0 
    109    if !d.n_colors gt 256 then !p.background='ffffff'x 
     100   set_default_device 
    110101;------------------------------------------------------------ 
    111102   if keyword_set(infowidget) then $ 
Note: See TracChangeset for help on using the changeset viewer.