Ignore:
Timestamp:
09/13/06 16:17:41 (18 years ago)
Author:
smasson
Message:

Update xml documentation files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/firststeps.xml

    r139 r176  
    326326      <sect3 id="tvplus"> 
    327327        <title> 
    328           Quick look at 2D arrays: tvplus 
     328          Quick look and explore 2D arrays: tvplus 
    329329        </title> 
    330330        <para> 
    331331          <command>tvplus</command> is a enhanced version of tvscl and allow you to have a quick look and perform basic exploration of 2D arrays. 
    332332          <screen format="linespecific"> 
    333             <prompt>&promptidl;</prompt> <userinput><command>tvplus, dist(20)</command></userinput> <ulink url="figpng/tvplus.png?format=raw">&showfig;</ulink> 
     333  <prompt>&promptidl;</prompt> <userinput><command>tvplus, dist(20)</command></userinput> <ulink url="figpng/tvplus.png?format=raw">&showfig;</ulink> 
    334334  <computeroutput>left button  : mouse position and associated array value</computeroutput> 
    335335  <computeroutput>middle button: use it twice to define a zoom box</computeroutput> 
     
    341341          <screen format="linespecific"> 
    342342  <prompt>&promptidl;</prompt> <userinput><command>xhelp, 'tvplus'</command></userinput> 
     343          </screen> 
     344          To sse the source code of <command>tvplus</command>, try: 
     345          <screen format="linespecific"> 
     346  <prompt>&promptidl;</prompt> <userinput><command>xfile, 'tvplus'</command></userinput> 
     347          </screen> 
     348          <note><title>New Feature</title><para> 
     349          If you use an IDL 6.2 or later revision, you can simply get the help of any command by typing ?<replaceable>command_name</replaceable>, for example: 
     350          <screen format="linespecific"> 
     351  <prompt>&promptidl;</prompt> <userinput><command>?tvplus</command></userinput> 
     352          </screen> 
     353          </para></note> 
     354        </para> 
     355      </sect3> 
     356 
     357      <sect3 id="pltv"> 
     358        <title> 
     359          Formal quick look at 2D arrays: pltv 
     360        </title> 
     361        <para> 
     362          <command>pltv</command> is a mix between <link linkend="tvplus">tvplus</link> and <link linkend="plt">plt</link> and allow you to have formal quick look of 2D arrays. 
     363          <screen format="linespecific"> 
     364  <prompt>&promptidl;</prompt> <userinput><command>pltv, dist(20)</command></userinput> <ulink url="figpng/pltv.png?format=raw">&showfig;</ulink> 
    343365          </screen> 
    344366        </para> 
Note: See TracChangeset for help on using the changeset viewer.