Ignore:
Timestamp:
08/10/06 09:20:15 (18 years ago)
Author:
smasson
Message:

doc update

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/dir-files.html

    r109 r153  
    7171        <li><a href="pltsc.html?format=raw" target="file_frame">pltsc.pro</a></li> 
    7272        <li><a href="pltt.html?format=raw" target="file_frame">pltt.pro</a></li> 
     73        <li><a href="pltv.html?format=raw" target="file_frame">pltv.pro</a></li> 
    7374        <li><a href="pltz.html?format=raw" target="file_frame">pltz.pro</a></li> 
    7475        <li><a href="sbar_plot.html?format=raw" target="file_frame">sbar_plot.pro</a></li> 
     
    7879      </ul> 
    7980 
    80       <div id="tagline">11 files</div> 
     81      <div id="tagline">12 files</div> 
    8182       
    8283 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/directory-overview.html

    r142 r153  
    702702       
    703703        <dt><a href="plt.html?format=raw">plt.pro</a></dt> 
    704         <dd>   Draw horizontal graph (map) </dd> 
     704        <dd>   Draw horizontal graph (map) with CONTOUR procedure </dd> 
    705705       
    706706        <dt><a href="plt1d.html?format=raw">plt1d.pro</a></dt> 
     
    716716        <dd>   Trace hovmoller graphs: xt,yt,zt,t </dd> 
    717717       
     718        <dt><a href="pltv.html?format=raw">pltv.pro</a></dt> 
     719        <dd>  Draw 2d plots with TV procedure </dd> 
     720       
    718721        <dt><a href="pltz.html?format=raw">pltz.pro</a></dt> 
    719722        <dd>   Trace vertical graphs.</dd> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r143 r153  
    697697 
    698698      <div id="file_comments">  
    699  Draw horizontal graph (map) 
     699 Draw horizontal graph (map) with CONTOUR procedure 
    700700</div> 
    701701 
     
    741741         
    742742          <div class="comments">  
    743  The field whose we want to make the horizontal map can be 2 kind of thing: 
     743 The field whose we want to make the horizontal map can be: 
    744744         1) an array. if needed, its mean along the z and t direction 
    745745         will be automatically performed. 
     
    11011101         
    11021102            <div class="comments">  
    1103  Allows to specify the min value we want to consider in the drawing of contour  
    1104  helping by the keyword instead of the argument min. If the argument and the keyword are  
    1105  specified in the same time, it is the value specified by the keyword which is retained. 
     1103 to specify the min value we want to plot with a keyword instead of with the 
     1104 input parameter min. If min is defined by both, parameter and keyword, the 
     1105 keyword is retained. 
    11061106</div> 
    11071107             
     
    11181118         
    11191119            <div class="comments">  
    1120  Allows to specify the max value we want to consider in the drawing of contour  
    1121  helping by the keyword instead of the argument max. If the argument and the keyword are  
    1122  specified in the same time, it is the value specified by the keyword which is retained. 
     1120 to specify the max value we want to plot with a keyword instead of with the 
     1121 input parameter max. If max is defined by both, parameter and keyword, the 
     1122 keyword is retained. 
    11231123</div> 
    11241124             
     
    12871287           
    12881288          <h4>Version</h4><div class="preformat"> 
    1289  $Id: plt.pro 142 2006-07-21 12:47:49Z navarro $ 
     1289 $Id: plt.pro 152 2006-08-10 07:01:35Z smasson $ 
    12901290 </div> 
    12911291          <h4>History</h4><div class="preformat"> </div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r143 r153  
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="pltsc.html?format=raw">&lt;&lt;prev file</a> | <a href="pltz.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="pltt.html?format=raw" target="_TOP">view single page</a> | <a href="./../../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="pltsc.html?format=raw">&lt;&lt;prev file</a> | <a href="pltv.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="pltt.html?format=raw" target="_TOP">view single page</a> | <a href="./../../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    11231123         
    11241124            <div class="comments">  
    1125  Allows to specify the min value we want to consider in the drawing of contour  
    1126  helping by the keyword instead of the argument min. If the argument and the keyword are  
    1127  specified in the same time, it is the value specified by the keyword which is retained. 
     1125 to specify the min value we want to plot with a keyword instead of with the 
     1126 input parameter min. If min is defined by both, parameter and keyword, the 
     1127 keyword is retained. 
    11281128</div> 
    11291129             
     
    11401140         
    11411141            <div class="comments">  
    1142  Allows to specify the max value we want to consider in the drawing of contour  
    1143  helping by the keyword instead of the argument max. If the argument and the keyword are  
    1144  specified in the same time, it is the value specified by the keyword which is retained. 
     1142 to specify the max value we want to plot with a keyword instead of with the 
     1143 input parameter max. If max is defined by both, parameter and keyword, the 
     1144 keyword is retained. 
    11451145</div> 
    11461146             
     
    13421342           
    13431343          <h4>Version</h4><div class="preformat">  
    1344  $Id: pltt.pro 142 2006-07-21 12:47:49Z navarro $ 
     1344 $Id: pltt.pro 152 2006-08-10 07:01:35Z smasson $ 
    13451345</div> 
    13461346          <h4>History</h4><div class="preformat"> </div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r143 r153  
    681681<div id="secondary_navbar"> 
    682682 
    683 <a href="pltt.html?format=raw">&lt;&lt;prev file</a> | <a href="sbar_plot.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="pltz.html?format=raw" target="_TOP">view single page</a> | <a href="./../../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
     683<a href="pltv.html?format=raw">&lt;&lt;prev file</a> | <a href="sbar_plot.html?format=raw">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="pltz.html?format=raw" target="_TOP">view single page</a> | <a href="./../../../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a> 
    684684 
    685685</div> 
     
    11791179         
    11801180            <div class="comments">  
    1181  Allows to specify the min value we want to consider in the drawing of contour  
    1182  helping by the keyword instead of the argument min. If the argument and the keyword are  
    1183  specified in the same time, it is the value specified by the keyword which is retained. 
     1181 to specify the min value we want to plot with a keyword instead of with the 
     1182 input parameter min. If min is defined by both, parameter and keyword, the 
     1183 keyword is retained. 
    11841184</div> 
    11851185             
     
    11961196         
    11971197            <div class="comments">  
    1198  Allows to specify the max value we want to consider in the drawing of contour  
    1199  helping by the keyword instead of the argument max. If the argument and the keyword are  
    1200  specified in the same time, it is the value specified by the keyword which is retained. 
     1198 to specify the max value we want to plot with a keyword instead of with the 
     1199 input parameter max. If max is defined by both, parameter and keyword, the 
     1200 keyword is retained. 
    12011201</div> 
    12021202             
     
    12961296           
    12971297          <h4>Version</h4><div class="preformat"> 
    1298  $Id: pltz.pro 142 2006-07-21 12:47:49Z navarro $ 
     1298 $Id: pltz.pro 152 2006-08-10 07:01:35Z smasson $ 
    12991299</div> 
    13001300          <h4>History</h4><div class="preformat"></div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r143 r153  
    781781               
    782782               
    783                
     783              <span class="attr">default:</span> <span class="value">1</span> 
    784784               
    785785            </h4> 
    786786         
    787787            <div class="comments"> 
    788  The lowest color index of the colors to be loaded in 
    789  the bar. default is 0. 
     788 The lowest color index of the colors to be used 
    790789</div> 
    791790             
     
    797796               
    798797               
    799                
     798              <span class="attr">default:</span> <span class="value">0</span> 
    800799               
    801800            </h4> 
     
    803802            <div class="comments"> 
    804803 The color number that should be used for the mask values. 
    805  default value is 0 
    806804</div> 
    807805             
     
    813811               
    814812               
    815                
     813              <span class="attr">default:</span> <span class="value">!d.n_colors < 255</span> 
    816814               
    817815            </h4> 
     
    819817            <div class="comments"> 
    820818 The color number that should be used for the NaN values. 
    821  default value is !d.n_colors < 255 
    822819</div> 
    823820             
     
    849846            </h4> 
    850847         
    851             <div class="comments">  
    852  Scalar used to specify the min value of the color bar. default is 0 
     848            <div class="comments"> 
     849 Scalar used to specify the min value to be drawn. 
    853850</div> 
    854851             
     
    865862         
    866863            <div class="comments"> 
    867  Scalar used to specify the max value of the color bar. default is !d.n_colors < 255 
     864 Scalar used to specify the max value to be drawn. 
    868865</div> 
    869866             
     
    925922               
    926923               
    927                
     924              <span class="attr">default:</span> <span class="value">(d.n_colors < 256) - 1 - bottom</span> 
    928925               
    929926            </h4> 
    930927         
    931928            <div class="comments"> 
    932  This is the number of colors in the color bar. default is !d.n_colors<255 -1 
     929 number of colors to be used. 
    933930</div> 
    934931             
     
    946943            <div class="comments"> 
    947944 Used this keyword if you don't whant that the values 
    948  are interpolated between 0 (or min) and !d.n_colors < 255 (or max). 
     945 are interpolated from BOTTOM using NCOLORS colors. 
    949946 This can be for example usefull when working on byte type arrays. 
    950947</div> 
     
    961958            </h4> 
    962959         
    963             <div class="comments"></div> 
     960            <div class="comments"> 
     961 used to pass keywords to TV, PLOT, COLORBAR 
     962 </div> 
    964963             
    965964           
     
    971970           
    972971          <h4>Version</h4><div class="preformat"> 
    973  $Id: tvplus.pro 142 2006-07-21 12:47:49Z navarro $ 
     972 $Id: tvplus.pro 152 2006-08-10 07:01:35Z smasson $ 
    974973</div> 
    975974          <h4>History</h4><div class="preformat"></div> 
Note: See TracChangeset for help on using the changeset viewer.