- Timestamp:
- Mar 28, 2018, 12:04:17 AM (7 years ago)
- Location:
- trunk/tools
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/documentation/plotting/gallery.html
r1873 r1875 30 30 <A HREF="ensemble_time.html"><IMG SRC="figs/Forcing_pr_spacemean.png" ALT="Ensemble time" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 31 31 <A HREF="ensemble_time.html"><IMG SRC="figs/T2_spaceensembleIndiv.png" ALT="Ensemble time" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 32 <A HREF="movie_2Dshad.html"><IMG SRC="figs/movie_2Dfields_shadow.gif" ALT="movie 2D shadow" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 32 33 <A HREF="multi_2Dshad.html"><IMG SRC="figs/multi_2Dfields_shadow.png" ALT="multi 2D shadow" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> 33 34 <A HREF="Neighbourgh_evol.html"><IMG SRC="figs/Neighbourghood_evol.png" ALT="Neighbourghood evolution" STYLE="float:left;width:200px;height:200px" TARGET="value"></IMG></A> -
trunk/tools/documentation/plotting/plotting.html
r1873 r1875 22 22 <A CLASS="lc" HREF="cycle.html" TARGET="value">circular cycle</A><BR> 23 23 <A CLASS="lc" HREF="ensemble_time.html" TARGET="value">Ensemble time</A><BR> 24 <A CLASS="lc" HREF="movie_2Dshad.html" TARGET="value">movie 2D shadow</A><BR> 24 25 <A CLASS="lc" HREF="multi_2Dshad.html" TARGET="value">multi 2D shadow</A><BR> 25 26 <A CLASS="lc" HREF="Neighbourgh_evol.html" TARGET="value">Neighbourghood evolution</A><BR> -
trunk/tools/drawing.py
r1874 r1875 8660 8660 [HeadTit]: Head of title ('!', for spaces) 8661 8661 [TailTit]: title of title ('!', for spaces) 8662 [fmt]: format of the values of the variable in the title (C-like )8662 [fmt]: format of the values of the variable in the title (C-like and LaTeX-like combined) 8663 8663 * 'listtit',[Ftitles]: Providing manually title for each frame 8664 8664 [Ftitle]: '@' separated list of titles ('!', for titles) 8665 8665 * 'CFdate',[datefmt]: Just title with the date (assuming CF-time compilant variable) 8666 [tfmt]: format of the date (C-like )8666 [tfmt]: format of the date (C-like and LaTeX-like combined) 8667 8667 * 'WRFdate',[datefmt]: Just title with the date (assuming WRF time variable) 8668 [tfmt]: format of the date (C-like )8668 [tfmt]: format of the date (C-like and LaTeX-like combined) 8669 8669 [fps]: frames per second of the output movie 8670 8670 [kmov]: kind of movie (mp4, ....)
Note: See TracChangeset
for help on using the changeset viewer.