Changeset 1223 in lmdz_wrf for trunk/tools/documentation/plotting
- Timestamp:
- Oct 20, 2016, 1:55:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/intro.html
r1216 r1223 16 16 </CODE></PRE> 17 17 <!--/DIV--> 18 In most of the cases <SPAN CLASS="codetxt">[values]</SPAN> is a string which contains a list of values separated by a character <SPAN CLASS="codetxt">[sep]</SPAN>, becomming the value as: 19 <PRE><CODE> 20 [values]=[val1][sep][val2][sep][...[valN]]</CODE></PRE> 18 21 One can obtain all the list of plots and their instructions by demanding to the script: 19 22 <PRE><CODE> … … 23 26 <PRE><CODE> 24 27 $ python drawing.py -o [figure] -S h 28 </CODE></PRE> 29 One should be able to obtain an example of execution by 30 <PRE><CODE> 31 $ cat drawing.py | grep [figure] | grep 'e.g.' 25 32 </CODE></PRE> 26 33 The plotting script has two steps:
Note: See TracChangeset
for help on using the changeset viewer.