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/ToBeReviewed/PLOTS/LABEL/label.pro

    r369 r479  
    5151; 
    5252@common 
    53    if !d.name EQ 'PS' OR !d.name EQ 'Z' then BEGIN 
    54       old_dname = !d.name 
    55       thisOS = !VERSION.OS_FAMILY 
    56       thisOS = STRMID(thisOS, 0, 3) 
    57       thisOS = STRUPCASE(thisOS) 
    58       CASE thisOS of 
    59          'MAC': SET_PLOT, thisOS 
    60          'WIN': SET_PLOT, thisOS 
    61          ELSE: SET_PLOT, 'X' 
    62       ENDCASE 
    63       !p.BACKGROUND=(!d.n_colors-1) < 255 
    64       !p.color=0 
    65       if !d.n_colors gt 256 then !p.background='ffffff'x 
    66       ncoul = !D.n_Colors < 256 
    67       set_plot,old_dname 
    68    ENDIF ELSE ncoul = !D.n_Colors < 256 
     53; 
     54   ncoul = !D.n_Colors < 256 
    6955   case cas of 
    7056      0: begin 
Note: See TracChangeset for help on using the changeset viewer.