Ignore:
Timestamp:
05/11/06 12:35:53 (18 years ago)
Author:
smasson
Message:

debug + new xxx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro

    r49 r69  
    3535;------------------------------------------------------------ 
    3636 
    37 PRO letsdraw, base, COMMANDE = commande, FORPLTH = forplth, FORPLTZ = forpltz, FORPLTT = forpltt, _extra = ex 
     37PRO letsdraw, base, COMMANDE = commande, _extra = ex 
    3838@common 
    3939; on recupere la uvalue de base 
     
    4343; help,  top_uvalue.exextra, /struct 
    4444   if NOT keyword_set(commande) then $ 
    45     commande = buildcommand(base, FORPLTH=forplt, FORPLTZ=forpltz, FORPLTT=forpltt, _extra=ex) 
     45    commande = buildcmd(base, _extra=ex) 
    4646   if commande[0] EQ '' then return 
    4747; on recupere la uvalue de base 
     
    8888   createpro, ['@common' $ 
    8989               , 'noerase = 1' $ 
    90                , 'portrait = '+portrait $ 
     90               , 'key_portrait = '+ portrait $ 
    9191               , Commande] $ 
    9292    , filename =  myuniquetmpdir + 'xxx_oneplot.pro' 
Note: See TracChangeset for help on using the changeset viewer.