Changeset 1210 in lmdz_wrf for trunk/tools/documentation/plotting/intro.html
- Timestamp:
- Oct 19, 2016, 3:48:49 PM (8 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/documentation/plotting/intro.html ΒΆ
r1207 r1210 16 16 </CODE></PRE> 17 17 <!--/DIV--> 18 Available funtions: 18 One can obtain all the list of plots and their instructions by demanding to the script: 19 <PRE><CODE> 20 $ python drawing.py -o list_grahics 21 </CODE></PRE> 22 For almost all figures, one can obtain all the help of a specific plot by: 23 <PRE><CODE> 24 $ python drawing.py -o [figure] -S h 25 </CODE></PRE> 26 The plotting script has two steps: 27 <OL> 28 <LI><SPAN CLASS="codetxt">drawing.py:</SPAN> Main script which gets the data from files 29 <LI><SPAN CLASS="codetxt">drawing_tools.py:</SPAN> Script which draw the figure and its used by <SPAN CLASS="codetxt">drawing.py</SPAN> 30 <LI><SPAN CLASS="codetxt">generic_tools.py:</SPAN> Script which contains generic operations and it is used by both scripts</LI> 31 </OL> 32 Available plots: 19 33 <UL> 20 34 <LI> create_movie: Function to create a movie assuming ImageMagick installed! </LI>
Note: See TracChangeset
for help on using the changeset viewer.