Ignore:
Timestamp:
04/21/08 17:39:59 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production (linefeed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/MiniNotice

    r352 r353  
    206206   
    207207       
    208      * Open: to open a new file. Same procedure as during the launch of XXX. 
     208     
     209 * Open: to open a new file. Same procedure as during the launch of XXX. 
    209210The new file can be on a different grid, with different variables, with a different time base 
 
    210  * New XXX: to open a second XXX window identical to the first one. @star@ Quit: to close the XXX window. 
     211 
     212 * New XXX: to open a second XXX window identical to the first one. 
     213 * Quit: to close the XXX window. 
    211214==== Save As sub-menu ==== 
    212215 
     
    217220   
    218221       
    219      * Postscript: to save the plotting window in Postscript format @star@ Animated gif: to create an animation of the plotting window. 
    220 The creation of an animation is only possible if none of the plots have a time axis, and if the plots are all on the same time base (calendar). On the other hand, animations of horizontal and vertical plots, with different color palettes (for those not on an X-terminal), are possible.The creation of animations has a tendency to saturate the video memory of X-terminals, crashing the entire program 
 * Gif: to save a gif of the plotting window. @star@ IDL procedure: to save the command history that has created the plot in an IDL procedure that can be re-executed later. For example if I save the commands in {{{xxx_figure.pro}}} file, when ever I want, I can then launch a new IDL session and type: 
     222     
     223 * Postscript: to save the plotting window in Postscript format 
     224 * Animated gif: to create an animation of the plotting window. 
     225The creation of an animation is only possible if none of the plots have a time axis, and if the plots are all on the same time base (calendar). On the other hand, animations of horizontal and vertical plots, with different color palettes (for those not on an X-terminal), are possible.The creation of animations has a tendency to saturate the video memory of X-terminals, crashing the entire program 
 
     226 * Gif: to save a gif of the plotting window. 
     227 * IDL procedure: to save the command history that has created the plot in an IDL procedure that can be re-executed later. For example if I save the commands in {{{xxx_figure.pro}}} file, when ever I want, I can then launch a new IDL session and type: 
    221228  {{{ 
    222229#!html 
     
    244251 
    245252will then create a Postscript file of the figure. 
    246  * RESTORE kwd of xxx: to save the xxx widget (all buttons and parameters stored in memory 
) in a binary file in order to quit xxx and relaunch it later with idl> xxx, restore = 'file.dat' and get exactly the same configuration. @star@ Print to prompt: lists in the IDL window the command history that created the last plot. Useful primarily for debugging
 
     253 
     254 * RESTORE kwd of xxx: to save the xxx widget (all buttons and parameters stored in memory 
) in a binary file in order to quit xxx and relaunch it later with idl> xxx, restore = 'file.dat' and get exactly the same configuration. 
     255 * Print to prompt: lists in the IDL window the command history that created the last plot. Useful primarily for debugging
 
    247256==== Flag options sub-menu ==== 
    248257 
     
    253262   
    254263       
    255      * Portrait/Landscape: changes the configuration of the plot. @star@ Overlay: to plot contours of a different field on top the 
    256 one represented as color-filled contours. It is necessary to relaunch the entire plot to make this work! * Vecteur: to plot a vector field on top of contours. Only 
     264     
     265 * Portrait/Landscape: changes the configuration of the plot. 
     266 * Overlay: to plot contours of a different field on top the 
     267one represented as color-filled contours. It is necessary to relaunch the entire plot to make this work! 
     268 * Vecteur: to plot a vector field on top of contours. Only 
    257269works on horizontal plots ({{{plt.pro}}}). 
    258 As for Overlay, a relaunch of the entire plot is necessary. * Longitude / x index: switches longitude labeling of the plot sub-domain from degrees to indexes following i. @star@ Latitude / y index: switches latitude labeling of the plot sub-domain from degrees to indexes following j.Careful, a selected option remains selected until it is re-clicked. 
     270As for Overlay, a relaunch of the entire plot is necessary. 
     271 * Longitude / x index: switches longitude labeling of the plot sub-domain from degrees to indexes following i. 
     272 * Latitude / y index: switches latitude labeling of the plot sub-domain from degrees to indexes following j.Careful, a selected option remains selected until it is re-clicked. 
    259273=== OK button === 
    260274Click on this OK button is required to make a new plot appear 
     
    459473To determine which type of plot should be made of selection, use: 
    460474 
    461 * If the plot selector is on plt * the left mouse button to create horizontal plots (plt) @star@ the middle mouse button to create vertical plots (pltz) @star@ the right mouse button to create common hovmoellers for xt and yt cuts (pltt)In summary:      LCL--->plt 
     475If the plot selector is on plt 
     476 * the left mouse button to create horizontal plots (plt) 
     477 * the middle mouse button to create vertical plots (pltz) 
     478 * the right mouse button to create common hovmoellers for xt and yt cuts (pltt)In summary: 
     479*       LCL--->plt 
    462480       
    463481   
     
    472490   
    473491       
    474 *           LCM--->pltz 
     492     
     493*       LCM--->pltz 
    475494       
    476495   
     
    485504   
    486505       
    487 *           LCR--->pltt 
     506     
     507*       LCR--->pltt 
    488508       
    489509   
     
    514534frame, all the widgets change and refer again to the first plot. 
    515535A double-click with the right button in the second frame will erase the 
    516 * plot.In summary:       DCL--->"reference" frame 
     536plot.In summary:  
     537*       DCL--->"reference" frame 
    517538       
    518539   
     
    527548   
    528549       
    529 *           DCM--->"target" frame 
     550     
     551*       DCM--->"target" frame 
    530552       
    531553   
     
    540562   
    541563       
    542 *           DCR--->erase the frame 
     564     
     565*       DCR--->erase the frame 
    543566       
    544567   
Note: See TracChangeset for help on using the changeset viewer.