source: trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro @ 299

Last change on this file since 299 was 299, checked in by smasson, 17 years ago

update the use of style

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 27.8 KB
RevLine 
[2]1;+
2;
[231]3; @file_comments
[297]4; Trace hovmoeller graphs: xt,yt,zt,t
[2]5;
[293]6; @categories
7; Graphics
[2]8;
[231]9; @param TAB {in}{required}
[297]10; The field whose we want to make the hovmoeller map can be 2 kind of thing:
[142]11;       1) An array which can be:
[231]12;          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will
[264]13;            pass in <pro>grossemoyenne</pro> to be averaged and become an 1d or 2d array.
[231]14;          * 2d: If the array is already 2d, it is not modified (beware, lands must
[264]15;            be masked at the value valmask) and nevertheless, type must be specified
[142]16;            to we know of which trace it is about.
[264]17;            To have a correct caption, respecify the extraction zone via BOXZOOM.
[231]18;          * 1d: only for traces of the 't' type. Nevertheless, type must be specified
[142]19;            to we know of which trace it is about.
[163]20;            To have a correct caption, respecify the  extraction zone via BOXZOOM.
[231]21;       2) a structure respecting all criterions specified by <pro>litchamp</pro>
22;          See IDL> xhelp,'litchamp'. The array contained in the structure
23;          respecting criterions of case 1)
24;
[264]25;
26; @param GIVENTYPE
27;
28; @param GIVENMIN
29; valeur minimum que l''on veut prendre en compte dans le trace
30; des contours. Par defaut on prend le min de tableau (sur les pts mer)
31;
32; @param GIVENMAX
[265]33; valeur maximum que l''on veut prendre en compte dans le trace
[2]34; des contours. Par defaut on prend le max de tableau (sur les pts mer)
35;
[264]36; @param DATMIN
[265]37; c''est la borne inf de l''axe temporel. c''est un
[2]38;       longinteger de la forme yyyymmdd (ou bien yymmdd).
39;
[264]40; @param DATMAX
41; c''est la borne max de l''axe temporel. c''est un
[2]42;       longinteger de la forme yyyymmdd (ou bien yymmdd)
43;
[142]44; @keyword BOXZOOM
[231]45; Vector indicating the geographic zone (3d) on which the extraction of the field must
[142]46; be done to do the hovmoeller.
47;  If BOXZOOM has :
48; 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]]
49; 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]]
50; 4 elements: The extraction is made on [Boxzoom, vert1, vert2]
51; 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]]
52; 6 elements: The extraction is made on Boxzoom
[2]53;
[254]54; Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last
55; <pro>domdef</pro> !
[2]56;
[231]57; @keyword CONTINTERVALLE
58; When CONTOUR is activated, it is the value between 2 isolines
59; traced by a trait. So it can be different from the one specified by INTERVALLE which,
60; in this case, does not control colored isolines in color anymore. If there is noone
61; specified min, we choose a contour min which goes well with the specified interval!
62; If this keyword is not specified, we trace 20 isolines from the min to the max.
[2]63;
[163]64; @keyword CONTLABEL {type=integer}
65; When CONTOUR is activated, if n
[231]66; is different of 0, choose the label type corresponding to n cases for
67; the traced by a traitisolines. To specify the type of label of the
[142]68; colored contour, use LABEL
[2]69;
[163]70; @keyword CONTMAX {default=we take the max of the array passed in the keyword CONTOUR (on ocean points)}
[231]71; When CONTOUR is activated, max value we want to consider in the isoline
72; traced by a trait's line.
[2]73;
[163]74; @keyword CONTMIN {default=we take the min of the array passed in the keyword CONTOUR (on ocean points)}
[231]75; When CONTOUR is activated, min value we want to consider in the isoline
76; traced by a trait's line.
[2]77;
[163]78; @keyword CONTNLEVEL {default=20}
79; When  CONTOUR is activated, it is the number of contours
[142]80; traced by a trait for drawing (active if
[163]81; CONTLABEL=0).
[67]82;
[231]83; @keyword CONTOUR
84; If we want to trace contours of a different field than the one
85; whose we have the colored drawing (by example E-P in color and QSR in contours).
[163]86; It must be a field respecting same characteristics than the argument number one of pltt.
[67]87;
[231]88; @keyword ENDPOINTS
89; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities
90; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are
91; coordinates.
[67]92;
[142]93; @keyword EXCHANGE_XY
94; Allows to invert axes.
[231]95;
[142]96; @keyword FILTER
97; Apply a slippery average of width FILTER
[231]98;
99; @keyword INTERVALLE
[264]100; Value of an interval between two isolines. If there is none specified min,
[231]101; we choose a min contour which goes well with the specified interval!. If this keyword is not
102; specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated,
[264]103; INTERVALLE only specify the interval between 2 colored isolines. To specify the interval
[142]104; between 2 isolines traced by a trait, use CONTINTERVALLE.
[2]105;
[231]106; @keyword INV
107; Invert the color vector used to color the graph
[142]108;               (without use the black, the white and the used palette)
[231]109;
[163]110; @keyword LABEL {type=integer}
[231]111; If n different of 0, it choose the label's type
112; corresponding to cases n. cf <pro>label</pro>
113; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines.
114; For these one traced by a trait, use CONTLABEL.
[2]115;
[142]116; @keyword COL1d
[231]117; --OBSOLETE--Color number when we make a trace 1d by default, 0.It is better to use the
[142]118; keyword COLOR used by plot.
[2]119;
[231]120; @keyword MAXIN
[152]121; to specify the max value we want to plot with a keyword instead of with the
122; input parameter max. If max is defined by both, parameter and keyword, the
123; keyword is retained.
[2]124;
[231]125; @keyword MININ
[152]126; to specify the min value we want to plot with a keyword instead of with the
127; input parameter min. If min is defined by both, parameter and keyword, the
128; keyword is retained.
[2]129;
[163]130; @keyword NLEVEL {default=20}
[264]131; Number of contours to draw. active if
[142]132; LABEL=0 or is not specified.
[2]133;
[246]134; @keyword NOFILL
135; To make just isolines with no filling
136;
[163]137; @keyword CONTNLEVEL {default=20}
[264]138; When CONTOUR is activated, it is the number of contours
[142]139; traced by a trait for drawing (active if
[163]140; CONTLABEL=0).
[2]141;
[231]142; @keyword OV1D
[142]143; Allows to overprint a 1d curve over a precedent 1d drawing.
[2]144;
[231]145; @keyword OVERPLOT
146; To make a plot over an other one.
147; Comment: Contrarily to the use of CONTOUR or VECTEUR, the use of this keyword
[142]148; does not the caption and/or the color bar.
[2]149;
[231]150; @keyword STRICTFILL
151; Activate this keyword to that the filling of contours be
152; precisely done between the min and the max specified letting values inferior at the
[142]153; specified min and values superior at the specified max in white.
[2]154;
[163]155; @keyword STYLE {default=style=0}
[299]156; Contour's style to adopt to draw isolines. See <pro>style</pro> for more informations
[2]157;
[231]158; @keyword STY1D
[142]159; --OBSOLETE--
[231]160; Number of the style used when we make a 1d drawing. We should better use the
161; keyword LINESTYLE which is tho one of the plot. Beware, this keyword is still
[142]162; useful if we want to d bars instead of curves, put sty1d='bar'
[2]163;
[142]164; @keyword TREND_TYPE
[231]165; Modify field by calling <pro>trends</pro>
[2]166;
[142]167; @keyword TYPEIN
[297]168; allows to specify the type of hovmoeller we want to do
[231]169;             'xt','yt','zt','t'
170; with help of a keyword rather than the argument type. If the argument and the
171; keyword are specified in the same time, it is the value specified by the
[142]172; keyword which is retained.
[2]173;
[163]174; @keyword _EXTRA
[231]175; Used to pass keywords
[163]176;
[142]177; @uses
178; common.pro
[2]179;
[231]180; @history
[157]181; Sebastien Masson (smasson\@lodyc.jussieu.fr)
[2]182;                       27/5/98
[297]183;                       Jerome Vialard (adapting plt to hovmoeller drawing)
[2]184;                       2/7/98
185;                       Sebastien Masson 14/8/98 (continents,barres)
186;                       15/1/98
[142]187; Adaptation for arrays 3 and 4d to the average be done in pltt rather than during the reading.
[231]188;                       Sebastien Masson 14/8/98
189;                       7/1999
[2]190;                       Eric Guilyardi 29/7/99 FILTER, TREND_TYPE,
[231]191;                       REPEAT_C
[2]192;                       Sebastien Masson 08/02/2000 checkfield and
193;                       usetri keyword.
[231]194;
195; @version
[142]196; $Id$
197;
[264]198; @todo
199; seb: definition of parameters, L.426 à 427, L. 492 à 493
[2]200;-
[231]201;
[246]202PRO pltt, tab, giventype, givenmin, givenmax, datmin, datmax, BOXZOOM = boxzoom, CONTOUR = contour $
203          , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv  $
204          , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $
205          , STYLE = style, CONTMAX = contmax, CONTMIN = contmin $
206          , NOFILL = nofill, NLEVEL = nlevel, CONTNLEVEL = contnlevel $
207          , COL1D = col1d, STY1D = sty1d, MININ = minin, MAXIN = maxin $
208          , OV1D = ov1d, FILTER = filter, TREND_TYPE = trend_type $
209          , REPEAT_C = repeat_c, TYPEIN = typein, XT = XT, YT = YT, ZT = zt $
210          , TT = tt, STRICTFILL = strictfill, OVERPLOT = overplot $
211          , EXCHANGE_XY = exchange_xy $
212          , _EXTRA = ex
[114]213;
214  compile_opt idl2, strictarrsubs
215;
[67]216@cm_4mesh
217@cm_4data
218@cm_4cal
219  IF NOT keyword_set(key_forgetold) THEN BEGIN
220@updatenew
221@updatekwd
222  ENDIF
223;--------------------------------------------------------------
[2]224;------------------------------------------------------------
[142]225   tempsun = systime(1)         ; For key_performance
[2]226;--------------------------------------------------------------
[142]227; I2) reinitialization. !p.,!x.,!y.
[295]228; Comment: we do not reinitialize when we call back plt in loop to use contour.
[2]229;--------------------------------------------------------------
230   if n_elements(contour) ne 4 AND NOT keyword_set(overplot) $
231    AND NOT keyword_set(ov1d) then reinitplt
232;--------------------------------------------------------------
[142]233; I1) Reading of the field.
[2]234;--------------------------------------------------------------
[67]235   if (keyword_set(boxzoom) OR keyword_set(endpoints)) $
236     AND n_elements(contour) ne 4 THEN BEGIN
237     savedbox = 1b
238     saveboxparam, 'boxparam4pltt.dat'
239   ENDIF
[2]240   if n_elements(giventype) NE 0 then type = giventype
241   if n_elements(givenmin) NE 0 then min = givenmin
242   if n_elements(givenmax) NE 0 then max = givenmax
243   if n_elements(minin) NE 0 then min = minin
244   if n_elements(maxin) NE 0 then max = maxin
[231]245   if keyword_set(typein) then BEGIN
[2]246      if size(type, /type) NE 7 AND size(type, /type) NE 0 then begin
247         if n_elements(min) NE 0 then max = min
248         min = type
249      endif
250      type = typein
[67]251    ENDIF
252;
253   checktypeminmax, 'pltt', TYPE = type, MIN = min, MAX = max $
254     , XT = XT, YT = YT, ZT = zt, TT = tt, ENDPOINTS = endpoints, _extra = ex
255;
[2]256   if keyword_set(endpoints) then begin
[67]257      section, tab, z2d, glam, gphi, ENDPOINTS = endpoints, TYPE = type $
258        , BOXZOOM = boxzoom, DIREC = direc
[231]259      nx = n_elements(glam)
[2]260      ny = nx
261      if strupcase(vargrid) EQ 'W' then begin
[67]262         z = gdepw[firstzw:lastzw]
[2]263         nz = nzw
264      ENDIF ELSE BEGIN
[67]265         z = gdept[firstzt:lastzt]
[2]266         nz = nzt
267      ENDELSE
[231]268   ENDIF ELSE BEGIN
[67]269      z2d = checkfield(tab, 'pltt', TYPE = type, BOXZOOM = boxzoom $
270                       , direc = direc, _extra = ex)
[251]271      if n_elements(z2d) EQ 1 AND z2d[0] EQ -1 then BEGIN
[67]272        IF keyword_set(savedbox) THEN restoreboxparam, 'boxparam4pltt.dat'
273        return
[2]274      endif
[172]275      grille, mask, glam, gphi, gdep, nx, ny, nz, type = type
[2]276   ENDELSE
277;---------------------------------------------------------------
[142]278; Calculation of trend/anomaly following TREND_TYPE
[2]279;---------------------------------------------------------------
280
281   IF NOT keyword_set(trend_type) THEN trend_type = 0
282
283   IF trend_type GT 0 THEN z2d = trends(z2d, trend_type, type)
284
285;---------------------------------------------------------------
[231]286; Filtering of fields in the 't' case.
[2]287;---------------------------------------------------------------
288
[231]289   IF type EQ 't' AND keyword_set(filter) THEN BEGIN
[240]290      ras = report('    Applying a running mean filter of width '+string(filter, format = '(I3)'))
[2]291      z2d = smooth(z2d, filter)
292      z2d[0:filter/2-1] = 0.
293      z2d[(size(z2d))[1]-filter/2-1:(size(z2d))[1]-1] = 0.
[231]294   ENDIF
[2]295
296;---------------------------------------------------------------
[142]297; Repetition of the temporal series
[2]298;---------------------------------------------------------------
299
300   IF NOT keyword_set(repeat_c) THEN repeat_c = 1
301
302   temps = time[0:jpt-1]
303   IF repeat_c GT 1 THEN BEGIN
304      taille=size(z2d)
305      CASE taille[0] OF
306         1: z2d = reform(z2d#replicate(1, repeat_c), taille[1]*repeat_c)
307         2: BEGIN
308            z2d = z2d[*]#replicate(1, repeat_c)
309            z2d = reform(z2d, taille[1], taille[2]*repeat_c, /over)
[231]310         END
311         ELSE:
[2]312      ENDCASE
313      temps = [temps, (lindgen(jpt*(REPEAT_c-1))+1)*(temps[1]-temps[0])+temps[jpt-1]]
[231]314   ENDIF
[2]315
316;---------------------------------------------------------------
[231]317; Selection of graphic's type.
[2]318;---------------------------------------------------------------
319   taille=size(z2d)
320   case taille[0] of
[67]321      2 : typdes='2d'
[2]322      1 : begin
323         z1d=z2d
324         typdes='1d'
325         if keyword_set(OV1D) then begin
326            yy = z2d
[69]327            if n_elements(datmin) NE 0 then tempsmin = date2jul(datmin) $
[2]328            ELSE tempsmin = temps[0]
329; on shift l''axe du temps pour des questions de precision sur les
330; dates du calendier julien en long qui sont passes en float ds les axes
331            xx = temps-tempsmin
332            !x.range=!x.range-tempsmin
333            !x.tickv=!x.tickv-tempsmin
[142]334; We do a false plot to apply these changes!
[2]335            plot,[0], [0],/noerase,xstyle=5, ystyle = 5, title = '', subtitle = '', ytitle = '', xtitle = ''
336            goto, trace1d
337         endif
338      end
[142]339  endcase
[293]340; We build the mask. For that, the table must be masked (automatically done at the
[142]341; value valmask if we pass in moyenne or grossemoyenne)
[2]342   nan = total(finite(z2d,/nan)) < 1
343   if n_elements(valmask) EQ 0 then valmask = 1e20
344   if keyword_set(nan) then begin
345      notanum = where(finite(z2d) EQ 0)
346      z2d[notanum] = 0.
[67]347      mask = z2d LT valmask/10.
[2]348      z2d[notanum] = !values.f_nan
[67]349   ENDIF ELSE mask = z2d LT valmask/10.
[2]350;----------------------------------------------------------------------------
351;   determination du mi:min et du ma:max de z2d ainsi que de max: max et
352;    min: min pour le dessin.
353;-----------------------------------------------------------------------------
[142]354; Do we need to do an autoscale ???
[2]355   autoscale = testvar(var = min) EQ testvar(var = max) AND NOT keyword_set(intervalle)
[67]356   determineminmax, z2d, mask, mi, ma, MININ = min, MAXIN = max, nan = nan, INTERVALLE = intervalle, _extra = ex
[251]357   if n_elements(z2d) EQ 1 AND z2d[0] EQ -1 THEN return
[142]358; We do an autoscale if needed.
[2]359   if autoscale then autoscale, min, max, intervalle
360;-----------------------------------------------------------------------------
361;-----------------------------------------------------------------------------
362   if n_elements(contour) ne 4  AND NOT keyword_set(overplot) THEN $
363    placedessin, 'pltt',posfenetre, posbar, contour = contour, direc = direc, type = type, endpoints = endpoints, _extra = ex
364;--------------------------------------------------------------
365;--------------------------------------------------------------
[142]366; 2nd part: drawing
[2]367;--------------------------------------------------------------
368;-----------------------------------------------------------
[142]369;   definition of axis
[2]370;----------------------------------------------------------
371;-----------------------------------------------------------------------------
[142]372; definition of the abscisse and ordinate vectors.
[231]373; The triangulation is defined in order to the drawing be done from the
374; left bottom to the right up. So the matrix have to be shown like this,
[142]375; from which some transpose and reverse
[2]376;-----------------------------------------------------------------------------
377;-----------------------------------------------------------------------------
[142]378; definition of limits of the temporal axis
[2]379;-----------------------------------------------------------------------------
380   case N_PARAMS() OF
381      5 : begin
[69]382         tempsmin = date2jul(datmin)
[2]383         tempsmax = temps[(jpt*repeat_c)-1]
384      end
385      6 : begin
[69]386         tempsmin = date2jul(datmin)
387         tempsmax = date2jul(datmax)
[2]388      end
389      else : begin
390         tempsmin = temps[0]
391         tempsmax = temps[(jpt*repeat_c)-1]
392      end
393   endcase
394;-----------------------------------------------------------------------------
395; on shift l''axe du temps pour des questions de precision sur les
396; dates du calendier julien en long qui sont passes en float ds les axes
397   case typdes of
398      '1d' : begin
399         yy = z1d
400         xx = temps-tempsmin
401      end
402      '2d' : begin
403         case 1 of
404            type eq 'xt' : BEGIN
405               xx = glam[*, 0]
406               yy = temps-tempsmin
407            end
408            type eq 'yt' : begin
[231]409               IF (size(gphi))[0] EQ 1 then yy = gphi ELSE BEGIN
410                 IF keyword_set(key_irregular) THEN BEGIN
[74]411                   cln = (where(gphi EQ max(gphi)))[0]
412                   yy = reform(gphi[cln MOD nx, *])
413                 ENDIF ELSE yy = reform(gphi[0, *])
414               ENDELSE
[2]415               xx = temps-tempsmin
416               z2d = transpose(z2d)
417               mask = transpose(mask)
418            end
419            type eq 'zt' : begin
[172]420               IF size(gdep, /n_dimensions) EQ 2 THEN $
421                  yy = transpose(gdep) ELSE yy = gdep
[2]422               xx = temps-tempsmin
423               z2d = transpose(z2d)
424               mask = transpose(mask)
425            end
426         endcase
427      end
428   endcase
429;--------------------------------------------------------------
[231]430   if NOT keyword_set(overplot) THEN axe, type, tempsmin, tempsmax, _EXTRA = ex ELSE BEGIN
431      if type EQ 'xt' then BEGIN
432         !y.range=!y.range-tempsmin
[2]433         !y.tickv=!y.tickv-tempsmin
[231]434      ENDIF ELSE BEGIN
[2]435         !x.range=!x.range-tempsmin
436         !x.tickv=!x.tickv-tempsmin
437      ENDELSE
438   ENDELSE
439;------------------------------------------------------------
440;------------------------------------------------------------
[142]441; drawing
[2]442;------------------------------------------------------------
443; 2d
444;------------------------------------------------------------
445   if (typdes eq '2d') then begin
446;--------------------------------------------------------------
[142]447; choice of labels
[2]448;-----------------------------------------------------------
449      if keyword_set(intervalle) AND NOT keyword_set(label) then label=1
450      if keyword_set(label) eq 0 then cas=0 else cas=label
[67]451      label, cas, min, max, ncontour, level_z2d, colnumb, NLEVEL = nlevel $
452             , INTERVALLE = intervalle, strictfill = strictfill
[2]453;--------------------------------------------------------------
[142]454; choice of style
[2]455;-----------------------------------------------------------
456      if not keyword_set(style) then style=0
457      style,style,level_z2d,linestyle,thick
[67]458      if keyword_set(inv) then colnumb=reverse(colnumb)
[2]459;----------------------------------------------------------------------
460      nby = n_elements(yy)
461      nbx = n_elements(xx)
462;
[67]463      if keyword_set(nan) then BEGIN
[142]464;         xx = xx#replicate(1, nby) ; We make a 2d array with axes
[67]465;         yy = replicate(1, nbx)#yy
466         masknan = finite(z2d)
[246]467         IF NOT keyword_set(nofill) THEN z2d[where(masknan EQ 0)] = max
[67]468         mask = temporary(mask)*temporary(masknan)
469      ENDIF
470      z2d = remplit(z2d,nite=2+keyword_set(nan), mask = mask, /basique, _extra=ex)
[2]471      if NOT keyword_set(strictfill) then z2d = min > z2d <  max
[192]472      usetri = 0 ; default definition
[172]473      if keyword_set(nan) then BEGIN
474        triangulation = triangule(mask, /basic, coinmonte = coinmontemask $
475                                  , coindescend = coindescendmask)
476        usetri = 1
[231]477      ENDIF ELSE triangulation = -1
[172]478      IF size(gdep, /n_dimensions) EQ 2 THEN BEGIN
479        usetri = 2
480        IF triangulation[0] EQ -1 THEN $
481           triangulation = triangule(mask, /basic, coinmonte = coinmontemask $
482                                     , coindescend = coindescendmask)
[231]483      ENDIF
[2]484;----------------------------------------------------------------------
[172]485      pltbase, z2d, xx, yy, mask, xx, yy, level_z2d, colnumb, contour = contour, /noerase $
[2]486       , c_linestyle=linestyle,c_labels=1-(indgen(n_elements(level_z2d)) MOD 2) $
487       , trichamp = triangulation, trimsk = triangulation, overplot = overplot $
[246]488       , c_thick=thick, performance = key_performance, nofill = nofill, usetri = usetri $
[67]489       , coinmontemask=coinmontemask, coindescendmask=coindescendmask, _extra = ex
[2]490;------------------------------------------------------------
[142]491      if n_elements(contour) eq 4 then BEGIN ; it is the second time I pass in pltt
492         contour = {mietma:[mi, ma], unit:varunit, inter:intervalle} ; I send back the min, the max and the unity
[2]493         return
494      endif
495;------------------------------------------------------------
[231]496      if keyword_set(contour) then BEGIN
[2]497         pourlegende = [1, 1, 1, 1]
498         oldattributs = saveatt()
[67]499         oldcolnumb = colnumb
[2]500         pltt,contour,type, contmin,contmax,CONTOUR=pourlegende, /noerase, USETRI = usetri $
501          ,INTERVALLE=contintervalle,LABEL=contlabel,STYLE=style, ENDPOINTS = endpoints $
[67]502           , NLEVEL = contnlevel, BOXZOOM = boxzoom, STRICTFILL = strictfill, _extra = ex
503         colnumb = oldcolnumb
[2]504         restoreatt, oldattributs
505      endif
506;----------------------------------------------------------------------
507;----------------------------------------------------------------------
508      if keyword_set(overplot) then GOTO, fini
509;------------------------------------------------------------
[142]510; Trace the line of change of date and the equator.
[2]511;------------------------------------------------------------
[67]512      IF key_onearth THEN BEGIN
513        CASE type OF
[231]514          'xt':oplot, [180, 180] - 360*(!x.range[1] LT 180), !y.range
[67]515          'yt':oplot, !x.range, [0, 0]
516          ELSE:
517        ENDCASE
518      ENDIF
[2]519;------------------------------------------------------------
[142]520;  caption + display of these.
[2]521;------------------------------------------------------------
522      legende,mi,ma,type, CONTOUR = pourlegende, DIREC = direc, INTERVALLE = intervalle $
523       , ENDPOINTS = endpoints, _extra = ex
524;
[67]525; we want to draw the time axis with tick length = 1. if we simply
526; use [xy]style=1 then each axis (up and down or left and right) have
527; majorticks with a length of 1 (-> not very nice when xgridstyle=2),
528; same if xticklen=0.5 (not very nice in the middle). => so we draw
529; the top (right) axis by hand using axis.
530;
[231]531      if n_elements(ex) NE 0 then BEGIN
[67]532; pour avoir un cadre de la couleur noire
533        if (where(tag_names(ex) EQ 'COLOR'))[0] NE -1 then ex.COLOR = 0
534      ENDIF
535;
536      plot, [0], [0], /nodata, /noerase, _extra = ex $
537        , xstyle = 1+4*(keyword_set(endpoints) AND type EQ 'xt' AND lat1 NE lat2)+8*(type EQ 'yt' OR type EQ 'zt') $
538        , ystyle = 1+4*(keyword_set(endpoints) AND type EQ 'yt')+8*(type EQ 'xt')
539; call axis for the missing axis.
540      IF type EQ 'xt' AND NOT keyword_set(endpoints) THEN BEGIN
[231]541        if n_elements(ex) NE 0 then $
[67]542          if (where(tag_names(ex) EQ 'YTICKNAME'))[0] NE -1 then $
543          ex.YTICKNAME = replicate(' ', n_elements(ex.YTICKNAME))
544        axis, yaxis = 1, ystyle = 1, yticklen = 0 $
545          , ytickname = replicate(' ', !y.ticks+1), _extra = ex
546      ENDIF
547      IF (type EQ 'yt' OR type EQ 'zt') AND NOT keyword_set(endpoints) THEN BEGIN
[231]548        if n_elements(ex) NE 0 then $
[67]549          if (where(tag_names(ex) EQ 'XTICKNAME'))[0] NE -1 then $
550          ex.XTICKNAME = replicate(' ', n_elements(ex.XTICKNAME))
551       axis, xaxis = 1, xstyle = 1, xticklen = 0 $
552        , xtickname = replicate(' ', !x.ticks+1), _extra = ex
553      ENDIF
[2]554; ajout d'un axe ds le cas ou l'on utilise endpoints
555      if keyword_set(endpoints) then addaxe, endpoints, type, posfenetre, _EXTRA = ex
556;------------------------------------------------------------
[142]557; color bar
[2]558;------------------------------------------------------------
[67]559      colnumb = colnumb[0:ncontour-1-keyword_set(strictfill)]
560      barrecouleur, colnumb, min,  max, (ncontour-keyword_set(strictfill))/2 $
561                    , position = posbar, _extra = ex
[2]562;------------------------------------------------------------
563   endif
564;------------------------------------------------------------
565; 1d
566;------------------------------------------------------------
567trace1d:
568   if (typdes eq '1d') then begin
569      if (not keyword_set(col1d)) then col1d = 0
[142]570      if keyword_set(sty1d) then BEGIN ;if we want to make bars
[2]571         IF strlowcase(strtrim(sty1d)) EQ 'bar' then begin
[231]572            !y.range = [!y.range[0]-(!y.range[1]-!y.range[0])*.05,!y.range[1]]
[2]573            bar_plot, yy, background = (!d.n_colors-1) < 255,  $
574             baselines = replicate(!y.range[0], n_elements(yy)), barnames = ['', ''], $
[67]575             colors    = replicate(col1d, n_elements(yy)), /outline
[231]576            if n_elements(ex) NE 0 then BEGIN
[142]577; To have a black frame
[67]578              if (where(tag_names(ex) EQ 'COLOR'))[0] NE -1 then ex.COLOR = 0
579            ENDIF
580            plot, [0], [0], /nodata, /noerase, _extra = ex
[2]581            GOTO, fini
[231]582         ENDIF
[2]583      ENDIF
[231]584      if NOT keyword_set(ov1d) then BEGIN
[2]585         !y.range=[min-abs(max-min)/50.,max+abs(max-min)/50.]
586         legende,mi,ma,type, DIREC = direc, _extra = ex
587;
588         if keyword_set(exchange_xy) then begin
589            rien = !x
590            !x = !y
591            !y = rien
592            rien = xx
593            xx = yy
594            yy = rien
595         endif
[67]596         plot, xx, yy, color = col1d, linestyle = sty1d, thick = 2 $
597           , title = '', subtitle = '', _extra = ex
598; draw 0 line
599         if keyword_set(exchange_xy) then $
600           oplot, [0, 0], !y.range ELSE oplot, !x.range, [0, 0]
601; we want to draw the axis with the time axis length = 1. if we simply
602; use xstyle=1 then each axis (up and down) have majorticks with a
603; length of 1 (-> not very nice when xgridstyle=2), same if
[231]604; xticklen=0.5 (not very nice in the middle).
[67]605; => so we draw the top axis by hand using axis.
[231]606         if n_elements(ex) NE 0 then BEGIN
[142]607; To have a black frame
[67]608            if (where(tag_names(ex) EQ 'COLOR'))[0] NE -1 then ex.COLOR = 0
[2]609         ENDIF
[67]610         plot, [0], [0], /nodata, /noerase $
611           , xstyle = 1+8*(1-keyword_set(exchange_xy)) $
612           , ystyle = 1+8*keyword_set(exchange_xy), _extra = ex
613; call axis for the missing axis.
[231]614         if n_elements(ex) NE 0 then BEGIN
[67]615; force tickname to blank array
616            if (where(tag_names(ex) EQ 'YTICKNAME'))[0] NE -1 AND keyword_set(exchange_xy) then ex.YTICKNAME = replicate(' ', n_elements(ex.YTICKNAME))
617            if (where(tag_names(ex) EQ 'XTICKNAME'))[0] NE -1 AND NOT keyword_set(exchange_xy) then ex.XTICKNAME = replicate(' ', n_elements(ex.XTICKNAME))
618         ENDIF
619         if keyword_set(exchange_xy) then  axis, yaxis = 1, ystyle = 1 $
620           , yticklen = 0, ytickname = replicate(' ', !y.ticks+1), _extra = ex $
621         ELSE axis, xaxis = 1, xstyle = 1, xticklen = 0 $
622           , xtickname = replicate(' ', !x.ticks+1), _extra = ex
623       ENDIF ELSE oplot, xx, yy, color = col1d, linestyle = sty1d, thick = 2, _extra = ex
[2]624   endif
625fini:
626;------------------------------------------------------------
[231]627; we reput time axis in IDL julian days and not in julian days count from tempsmin
[2]628;------------------------------------------------------------
[231]629   if type EQ 'xt' then BEGIN
630      !y.range=!y.range+tempsmin
[2]631      !y.tickv=!y.tickv+tempsmin
[231]632   ENDIF ELSE BEGIN
[2]633      !x.range=!x.range+tempsmin
634      !x.tickv=!x.tickv+tempsmin
635   ENDELSE
[142]636; We do a false plot to these values are considerated
[67]637   plot, [0], [0], /nodata, /noerase, xstyle = 5, ystyle = 5 $
638     , title = '', subtitle = '', ytitle = '', xtitle = ''
[2]639;------------------------------------------------------------
640;------------------------------------------------------------
[142]641; 3rd part: possible print
[2]642;------------------------------------------------------------
643;------------------------------------------------------------
644   terminedessin, _extra = ex
[67]645   if keyword_set(savedbox) THEN restoreboxparam, 'boxparam4pltt.dat'
[2]646;------------------------------------------------------------
647   if n_elements(key_performance) NE 0 then $
[231]648    IF key_performance EQ 1 THEN print, 'temps pltt', systime(1)-tempsun
[2]649;------------------------------------------------------------
650;------------------------------------------------------------
651;------------------------------------------------------------
652   return
653end
Note: See TracBrowser for help on using the repository browser.