Add results chapter, completely rework the graphics
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								latex/data/1/data.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								latex/data/1/data.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 105 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								latex/data/2/data.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								latex/data/2/data.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 94 KiB  | 
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										57800
									
								
								latex/data/3/DATA.TSV
									
									
									
									
									
								
							
							
						
						
									
										57800
									
								
								latex/data/3/DATA.TSV
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
		
		
			 Can't render this file because it has a wrong number of fields in line 2. 
		
	 | 
							
								
								
									
										13839
									
								
								latex/data/3/T-H.eps
									
									
									
									
									
								
							
							
						
						
									
										13839
									
								
								latex/data/3/T-H.eps
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,120 +0,0 @@
 | 
			
		||||
% GNUPLOT: LaTeX picture with Postscript
 | 
			
		||||
\begingroup
 | 
			
		||||
  \fontfamily{phv}%
 | 
			
		||||
  \selectfont
 | 
			
		||||
\definecolor{t}{rgb}{0.5,0.5,0.5}
 | 
			
		||||
  \makeatletter
 | 
			
		||||
  \providecommand\color[2][]{%
 | 
			
		||||
    \GenericError{(gnuplot) \space\space\space\@spaces}{%
 | 
			
		||||
      Package color not loaded in conjunction with
 | 
			
		||||
      terminal option `colourtext'%
 | 
			
		||||
    }{See the gnuplot documentation for explanation.%
 | 
			
		||||
    }{Either use 'blacktext' in gnuplot or load the package
 | 
			
		||||
      color.sty in LaTeX.}%
 | 
			
		||||
    \renewcommand\color[2][]{}%
 | 
			
		||||
  }%
 | 
			
		||||
  \providecommand\includegraphics[2][]{%
 | 
			
		||||
    \GenericError{(gnuplot) \space\space\space\@spaces}{%
 | 
			
		||||
      Package graphicx or graphics not loaded%
 | 
			
		||||
    }{See the gnuplot documentation for explanation.%
 | 
			
		||||
    }{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
 | 
			
		||||
    \renewcommand\includegraphics[2][]{}%
 | 
			
		||||
  }%
 | 
			
		||||
  \providecommand\rotatebox[2]{#2}%
 | 
			
		||||
  \@ifundefined{ifGPcolor}{%
 | 
			
		||||
    \newif\ifGPcolor
 | 
			
		||||
    \GPcolortrue
 | 
			
		||||
  }{}%
 | 
			
		||||
  \@ifundefined{ifGPblacktext}{%
 | 
			
		||||
    \newif\ifGPblacktext
 | 
			
		||||
    \GPblacktextfalse
 | 
			
		||||
  }{}%
 | 
			
		||||
  % define a \g@addto@macro without @ in the name:
 | 
			
		||||
  \let\gplgaddtomacro\g@addto@macro
 | 
			
		||||
  % define empty templates for all commands taking text:
 | 
			
		||||
  \gdef\gplbacktext{}%
 | 
			
		||||
  \gdef\gplfronttext{}%
 | 
			
		||||
  \makeatother
 | 
			
		||||
  \ifGPblacktext
 | 
			
		||||
    % no textcolor at all
 | 
			
		||||
    \def\colorrgb#1{}%
 | 
			
		||||
    \def\colorgray#1{}%
 | 
			
		||||
  \else
 | 
			
		||||
    % gray or color?
 | 
			
		||||
    \ifGPcolor
 | 
			
		||||
      \def\colorrgb#1{\color[rgb]{#1}}%
 | 
			
		||||
      \def\colorgray#1{\color[gray]{#1}}%
 | 
			
		||||
      \expandafter\def\csname LTw\endcsname{\color{white}}%
 | 
			
		||||
      \expandafter\def\csname LTb\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LTa\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
 | 
			
		||||
      \expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
 | 
			
		||||
      \expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
 | 
			
		||||
      \expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
 | 
			
		||||
      \expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
 | 
			
		||||
      \expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
 | 
			
		||||
      \expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
 | 
			
		||||
      \expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
 | 
			
		||||
      \expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
 | 
			
		||||
    \else
 | 
			
		||||
      % gray
 | 
			
		||||
      \def\colorrgb#1{\color{black}}%
 | 
			
		||||
      \def\colorgray#1{\color[gray]{#1}}%
 | 
			
		||||
      \expandafter\def\csname LTw\endcsname{\color{white}}%
 | 
			
		||||
      \expandafter\def\csname LTb\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LTa\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT0\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT1\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT2\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT3\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT4\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT5\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT6\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT7\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT8\endcsname{\color{black}}%
 | 
			
		||||
    \fi
 | 
			
		||||
  \fi
 | 
			
		||||
  \setlength{\unitlength}{0.0500bp}%
 | 
			
		||||
  \begin{picture}(8352.00,5902.00)%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,576){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,1428){\makebox(0,0)[r]{\strut{}\color{t}$55$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2279){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3131){\makebox(0,0)[r]{\strut{}\color{t}$65$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3982){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4834){\makebox(0,0)[r]{\strut{}\color{t}$75$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5685){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,396){\makebox(0,0){\strut{}\color{t}$7.4$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2311,396){\makebox(0,0){\strut{}\color{t}$7.6$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3740,396){\makebox(0,0){\strut{}\color{t}$7.8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5169,396){\makebox(0,0){\strut{}\color{t}$8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6598,396){\makebox(0,0){\strut{}\color{t}$8.2$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,396){\makebox(0,0){\strut{}\color{t}$8.4$}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,3130){\rotatebox{-270}{\makebox(0,0){\strut{}Humidité}}}%
 | 
			
		||||
      \put(4454,126){\makebox(0,0){\strut{}Température}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,5532){\makebox(0,0)[r]{\strut{}Hr [\%]}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,5352){\makebox(0,0)[r]{\strut{}Hr moyen [\%]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplbacktext
 | 
			
		||||
    \put(0,0){\includegraphics{data/3/T-H}}%
 | 
			
		||||
    \gplfronttext
 | 
			
		||||
  \end{picture}%
 | 
			
		||||
\endgroup
 | 
			
		||||
							
								
								
									
										264097
									
								
								latex/data/3/data.eps
									
									
									
									
									
								
							
							
						
						
									
										264097
									
								
								latex/data/3/data.eps
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								latex/data/3/data.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								latex/data/3/data.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 101 KiB  | 
										
											Binary file not shown.
										
									
								
							@@ -78,49 +78,51 @@
 | 
			
		||||
  \begin{picture}(8352.00,11806.00)%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9430){\makebox(0,0)[r]{\strut{}\color{t}$6$}}%
 | 
			
		||||
      \put(774,9430){\makebox(0,0)[r]{\strut{}\color{t}$2$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9670){\makebox(0,0)[r]{\strut{}\color{t}$8$}}%
 | 
			
		||||
      \put(774,9700){\makebox(0,0)[r]{\strut{}\color{t}$4$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9910){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
 | 
			
		||||
      \put(774,9970){\makebox(0,0)[r]{\strut{}\color{t}$6$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10150){\makebox(0,0)[r]{\strut{}\color{t}$12$}}%
 | 
			
		||||
      \put(774,10240){\makebox(0,0)[r]{\strut{}\color{t}$8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10390){\makebox(0,0)[r]{\strut{}\color{t}$14$}}%
 | 
			
		||||
      \put(774,10510){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10629){\makebox(0,0)[r]{\strut{}\color{t}$16$}}%
 | 
			
		||||
      \put(774,10779){\makebox(0,0)[r]{\strut{}\color{t}$12$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10869){\makebox(0,0)[r]{\strut{}\color{t}$18$}}%
 | 
			
		||||
      \put(774,11049){\makebox(0,0)[r]{\strut{}\color{t}$14$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11109){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \put(774,11319){\makebox(0,0)[r]{\strut{}\color{t}$16$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11349){\makebox(0,0)[r]{\strut{}\color{t}$22$}}%
 | 
			
		||||
      \put(774,11589){\makebox(0,0)[r]{\strut{}\color{t}$18$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11589){\makebox(0,0)[r]{\strut{}\color{t}$24$}}%
 | 
			
		||||
      \put(882,9250){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,9250){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \put(1432,9250){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1532,9250){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \put(1981,9250){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2181,9250){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \put(2531,9250){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2831,9250){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \put(3080,9250){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3480,9250){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \put(3630,9250){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4130,9250){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \put(4180,9250){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,9250){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \put(4729,9250){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5429,9250){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \put(5279,9250){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6078,9250){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \put(5829,9250){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6728,9250){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \put(6378,9250){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7377,9250){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \put(6928,9250){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,9250){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \put(7477,9250){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,9250){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,10509){\rotatebox{-270}{\makebox(0,0){\strut{}Température}}}%
 | 
			
		||||
      \put(4454,8980){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
@@ -131,45 +133,49 @@
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,6479){\makebox(0,0)[r]{\strut{}\color{t}$931$}}%
 | 
			
		||||
      \put(882,6479){\makebox(0,0)[r]{\strut{}\color{t}$932$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,6787){\makebox(0,0)[r]{\strut{}\color{t}$932$}}%
 | 
			
		||||
      \put(882,6787){\makebox(0,0)[r]{\strut{}\color{t}$933$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7096){\makebox(0,0)[r]{\strut{}\color{t}$933$}}%
 | 
			
		||||
      \put(882,7096){\makebox(0,0)[r]{\strut{}\color{t}$934$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7404){\makebox(0,0)[r]{\strut{}\color{t}$934$}}%
 | 
			
		||||
      \put(882,7404){\makebox(0,0)[r]{\strut{}\color{t}$935$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7713){\makebox(0,0)[r]{\strut{}\color{t}$935$}}%
 | 
			
		||||
      \put(882,7713){\makebox(0,0)[r]{\strut{}\color{t}$936$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8021){\makebox(0,0)[r]{\strut{}\color{t}$936$}}%
 | 
			
		||||
      \put(882,8021){\makebox(0,0)[r]{\strut{}\color{t}$937$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8330){\makebox(0,0)[r]{\strut{}\color{t}$937$}}%
 | 
			
		||||
      \put(882,8330){\makebox(0,0)[r]{\strut{}\color{t}$938$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8638){\makebox(0,0)[r]{\strut{}\color{t}$938$}}%
 | 
			
		||||
      \put(882,8638){\makebox(0,0)[r]{\strut{}\color{t}$939$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(990,6299){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \put(990,6299){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1630,6299){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \put(1531,6299){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2269,6299){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \put(2073,6299){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2909,6299){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \put(2614,6299){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3549,6299){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \put(3155,6299){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4189,6299){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \put(3697,6299){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4828,6299){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \put(4238,6299){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5468,6299){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \put(4779,6299){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6108,6299){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \put(5320,6299){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6748,6299){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \put(5862,6299){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7387,6299){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \put(6403,6299){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,6299){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \put(6944,6299){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7486,6299){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,6299){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,7558){\rotatebox{-270}{\makebox(0,0){\strut{}Pression}}}%
 | 
			
		||||
      \put(4508,6029){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
@@ -180,48 +186,58 @@
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,3527){\makebox(0,0)[r]{\strut{}\color{t}$30$}}%
 | 
			
		||||
      \put(774,3527){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,3836){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \put(774,3743){\makebox(0,0)[r]{\strut{}\color{t}$45$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,4144){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \put(774,3959){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,4453){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \put(774,4175){\makebox(0,0)[r]{\strut{}\color{t}$55$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,4761){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
 | 
			
		||||
      \put(774,4391){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,5070){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \put(774,4607){\makebox(0,0)[r]{\strut{}\color{t}$65$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,5378){\makebox(0,0)[r]{\strut{}\color{t}$90$}}%
 | 
			
		||||
      \put(774,4823){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,5687){\makebox(0,0)[r]{\strut{}\color{t}$100$}}%
 | 
			
		||||
      \put(774,5039){\makebox(0,0)[r]{\strut{}\color{t}$75$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(990,3347){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \put(774,5255){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1630,3347){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \put(774,5471){\makebox(0,0)[r]{\strut{}\color{t}$85$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2269,3347){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \put(774,5687){\makebox(0,0)[r]{\strut{}\color{t}$90$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2909,3347){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \put(882,3347){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3549,3347){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \put(1432,3347){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4189,3347){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \put(1981,3347){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4828,3347){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \put(2531,3347){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5468,3347){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \put(3080,3347){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6108,3347){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \put(3630,3347){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6748,3347){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \put(4180,3347){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7387,3347){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \put(4729,3347){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,3347){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \put(5279,3347){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5829,3347){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6378,3347){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6928,3347){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7477,3347){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,3347){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,4607){\rotatebox{-270}{\makebox(0,0){\strut{}Humidité}}}%
 | 
			
		||||
      \put(4508,3077){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
      \put(4454,3077){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
@@ -229,46 +245,58 @@
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,576){\makebox(0,0)[r]{\strut{}\color{t}$0$}}%
 | 
			
		||||
      \put(882,576){\makebox(0,0)[r]{\strut{}\color{t}$0$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,936){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
 | 
			
		||||
      \put(882,792){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,1296){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \put(882,1008){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,1656){\makebox(0,0)[r]{\strut{}\color{t}$30$}}%
 | 
			
		||||
      \put(882,1224){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2015){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \put(882,1440){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2375){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \put(882,1656){\makebox(0,0)[r]{\strut{}\color{t}$100$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2735){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \put(882,1871){\makebox(0,0)[r]{\strut{}\color{t}$120$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,396){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \put(882,2087){\makebox(0,0)[r]{\strut{}\color{t}$140$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1532,396){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \put(882,2303){\makebox(0,0)[r]{\strut{}\color{t}$160$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2181,396){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \put(882,2519){\makebox(0,0)[r]{\strut{}\color{t}$180$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2831,396){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \put(882,2735){\makebox(0,0)[r]{\strut{}\color{t}$200$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3480,396){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \put(990,396){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4130,396){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \put(1531,396){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,396){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \put(2073,396){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5429,396){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \put(2614,396){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6078,396){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \put(3155,396){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6728,396){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \put(3697,396){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7377,396){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \put(4238,396){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,396){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \put(4779,396){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5320,396){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5862,396){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6403,396){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6944,396){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7486,396){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,396){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,1655){\rotatebox{-270}{\makebox(0,0){\strut{}Luminosité}}}%
 | 
			
		||||
      \put(4454,126){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
      \put(4508,126){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
%!PS-Adobe-2.0 EPSF-2.0
 | 
			
		||||
%%Title: T-H.tex
 | 
			
		||||
%%Creator: gnuplot 4.6 patchlevel 0
 | 
			
		||||
%%CreationDate: Sun Oct 14 10:16:51 2012
 | 
			
		||||
%%Title: t-h.tex
 | 
			
		||||
%%Creator: gnuplot 4.6 patchlevel 1
 | 
			
		||||
%%CreationDate: Fri Oct 19 19:25:06 2012
 | 
			
		||||
%%DocumentFonts: 
 | 
			
		||||
%%BoundingBox: 50 50 467 345
 | 
			
		||||
%%EndComments
 | 
			
		||||
@@ -47,7 +47,7 @@ gnudict begin
 | 
			
		||||
  } if
 | 
			
		||||
} def
 | 
			
		||||
%
 | 
			
		||||
% Gnuplot Prolog Version 4.4 (August 2010)
 | 
			
		||||
% Gnuplot Prolog Version 4.6 (September 2012)
 | 
			
		||||
%
 | 
			
		||||
%/SuppressPDFMark true def
 | 
			
		||||
%
 | 
			
		||||
@@ -314,7 +314,8 @@ gnudict begin
 | 
			
		||||
/PatternFill {gsave /PFa [ 9 2 roll ] def
 | 
			
		||||
  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
 | 
			
		||||
  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
 | 
			
		||||
  gsave 1 setgray fill grestore clip
 | 
			
		||||
  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
 | 
			
		||||
  clip
 | 
			
		||||
  currentlinewidth 0.5 mul setlinewidth
 | 
			
		||||
  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
 | 
			
		||||
  0 0 M PFa 5 get rotate PFs -2 div dup translate
 | 
			
		||||
@@ -426,13 +427,13 @@ systemdict /pdfmark known not {
 | 
			
		||||
  userdict /pdfmark systemdict /cleartomark get put
 | 
			
		||||
} if
 | 
			
		||||
SDict begin [
 | 
			
		||||
  /Title (T-H.tex)
 | 
			
		||||
  /Title (t-h.tex)
 | 
			
		||||
  /Subject (gnuplot plot)
 | 
			
		||||
  /Creator (gnuplot 4.6 patchlevel 0)
 | 
			
		||||
  /Creator (gnuplot 4.6 patchlevel 1)
 | 
			
		||||
  /Author (n4th4)
 | 
			
		||||
%  /Producer (gnuplot)
 | 
			
		||||
%  /Keywords ()
 | 
			
		||||
  /CreationDate (Sun Oct 14 10:16:51 2012)
 | 
			
		||||
  /CreationDate (Fri Oct 19 19:25:06 2012)
 | 
			
		||||
  /DOCINFO pdfmark
 | 
			
		||||
end
 | 
			
		||||
} ifelse
 | 
			
		||||
@@ -447,237 +448,221 @@ doclip
 | 
			
		||||
0 setgray
 | 
			
		||||
newpath
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 576 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 576 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 1306 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 1306 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 2036 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 2036 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 2036 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 2766 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 2766 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 3495 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 3495 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 3495 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 4225 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 4225 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 4955 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 4955 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 4955 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 5685 M
 | 
			
		||||
7145 0 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 5685 M
 | 
			
		||||
63 0 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1903 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1903 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 2923 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 2923 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 2923 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 3944 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 3944 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 4965 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 4965 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 4965 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 5986 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 5986 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 7006 576 M
 | 
			
		||||
0 4686 V
 | 
			
		||||
0 360 R
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 7006 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 0.500 UL
 | 
			
		||||
LT2
 | 
			
		||||
LC2 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 8027 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 8027 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 8027 576 M
 | 
			
		||||
0 5109 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 8027 576 M
 | 
			
		||||
0 63 V
 | 
			
		||||
stroke
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 882 5685 M
 | 
			
		||||
882 576 L
 | 
			
		||||
7145 0 V
 | 
			
		||||
@@ -688,8 +673,8 @@ LCb setrgbcolor
 | 
			
		||||
LTb
 | 
			
		||||
1.000 UP
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C 1.000 UP
 | 
			
		||||
2.000 UL
 | 
			
		||||
LT0
 | 
			
		||||
@@ -11843,8 +11828,8 @@ LC0 setrgbcolor
 | 
			
		||||
7563 5352 TriUF
 | 
			
		||||
1.000 UP
 | 
			
		||||
1.000 UL
 | 
			
		||||
LTa
 | 
			
		||||
LCa setrgbcolor
 | 
			
		||||
LT0
 | 
			
		||||
LC0 setrgbcolor
 | 
			
		||||
0.50 0.50 0.50 C stroke
 | 
			
		||||
grestore
 | 
			
		||||
end
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								latex/data/3/t-h.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								latex/data/3/t-h.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 47 KiB  | 
@@ -120,7 +120,7 @@
 | 
			
		||||
      \put(7208,5352){\makebox(0,0)[r]{\strut{}Hr moyen [\%]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplbacktext
 | 
			
		||||
    \put(0,0){\includegraphics{data/4/T-H}}%
 | 
			
		||||
    \put(0,0){\includegraphics{data/3/t-h}}%
 | 
			
		||||
    \gplfronttext
 | 
			
		||||
  \end{picture}%
 | 
			
		||||
\endgroup
 | 
			
		||||
							
								
								
									
										30864
									
								
								latex/data/4/DATA.TSV
									
									
									
									
									
								
							
							
						
						
									
										30864
									
								
								latex/data/4/DATA.TSV
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										181091
									
								
								latex/data/4/data.eps
									
									
									
									
									
								
							
							
						
						
									
										181091
									
								
								latex/data/4/data.eps
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,309 +0,0 @@
 | 
			
		||||
% GNUPLOT: LaTeX picture with Postscript
 | 
			
		||||
\begingroup
 | 
			
		||||
  \fontfamily{phv}%
 | 
			
		||||
  \selectfont
 | 
			
		||||
\definecolor{t}{rgb}{0.5,0.5,0.5}
 | 
			
		||||
  \makeatletter
 | 
			
		||||
  \providecommand\color[2][]{%
 | 
			
		||||
    \GenericError{(gnuplot) \space\space\space\@spaces}{%
 | 
			
		||||
      Package color not loaded in conjunction with
 | 
			
		||||
      terminal option `colourtext'%
 | 
			
		||||
    }{See the gnuplot documentation for explanation.%
 | 
			
		||||
    }{Either use 'blacktext' in gnuplot or load the package
 | 
			
		||||
      color.sty in LaTeX.}%
 | 
			
		||||
    \renewcommand\color[2][]{}%
 | 
			
		||||
  }%
 | 
			
		||||
  \providecommand\includegraphics[2][]{%
 | 
			
		||||
    \GenericError{(gnuplot) \space\space\space\@spaces}{%
 | 
			
		||||
      Package graphicx or graphics not loaded%
 | 
			
		||||
    }{See the gnuplot documentation for explanation.%
 | 
			
		||||
    }{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
 | 
			
		||||
    \renewcommand\includegraphics[2][]{}%
 | 
			
		||||
  }%
 | 
			
		||||
  \providecommand\rotatebox[2]{#2}%
 | 
			
		||||
  \@ifundefined{ifGPcolor}{%
 | 
			
		||||
    \newif\ifGPcolor
 | 
			
		||||
    \GPcolortrue
 | 
			
		||||
  }{}%
 | 
			
		||||
  \@ifundefined{ifGPblacktext}{%
 | 
			
		||||
    \newif\ifGPblacktext
 | 
			
		||||
    \GPblacktextfalse
 | 
			
		||||
  }{}%
 | 
			
		||||
  % define a \g@addto@macro without @ in the name:
 | 
			
		||||
  \let\gplgaddtomacro\g@addto@macro
 | 
			
		||||
  % define empty templates for all commands taking text:
 | 
			
		||||
  \gdef\gplbacktext{}%
 | 
			
		||||
  \gdef\gplfronttext{}%
 | 
			
		||||
  \makeatother
 | 
			
		||||
  \ifGPblacktext
 | 
			
		||||
    % no textcolor at all
 | 
			
		||||
    \def\colorrgb#1{}%
 | 
			
		||||
    \def\colorgray#1{}%
 | 
			
		||||
  \else
 | 
			
		||||
    % gray or color?
 | 
			
		||||
    \ifGPcolor
 | 
			
		||||
      \def\colorrgb#1{\color[rgb]{#1}}%
 | 
			
		||||
      \def\colorgray#1{\color[gray]{#1}}%
 | 
			
		||||
      \expandafter\def\csname LTw\endcsname{\color{white}}%
 | 
			
		||||
      \expandafter\def\csname LTb\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LTa\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
 | 
			
		||||
      \expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
 | 
			
		||||
      \expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
 | 
			
		||||
      \expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
 | 
			
		||||
      \expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
 | 
			
		||||
      \expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
 | 
			
		||||
      \expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
 | 
			
		||||
      \expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
 | 
			
		||||
      \expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
 | 
			
		||||
    \else
 | 
			
		||||
      % gray
 | 
			
		||||
      \def\colorrgb#1{\color{black}}%
 | 
			
		||||
      \def\colorgray#1{\color[gray]{#1}}%
 | 
			
		||||
      \expandafter\def\csname LTw\endcsname{\color{white}}%
 | 
			
		||||
      \expandafter\def\csname LTb\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LTa\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT0\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT1\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT2\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT3\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT4\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT5\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT6\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT7\endcsname{\color{black}}%
 | 
			
		||||
      \expandafter\def\csname LT8\endcsname{\color{black}}%
 | 
			
		||||
    \fi
 | 
			
		||||
  \fi
 | 
			
		||||
  \setlength{\unitlength}{0.0500bp}%
 | 
			
		||||
  \begin{picture}(8352.00,11806.00)%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9430){\makebox(0,0)[r]{\strut{}\color{t}$2$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9700){\makebox(0,0)[r]{\strut{}\color{t}$4$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9970){\makebox(0,0)[r]{\strut{}\color{t}$6$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10240){\makebox(0,0)[r]{\strut{}\color{t}$8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10510){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10779){\makebox(0,0)[r]{\strut{}\color{t}$12$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11049){\makebox(0,0)[r]{\strut{}\color{t}$14$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11319){\makebox(0,0)[r]{\strut{}\color{t}$16$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11589){\makebox(0,0)[r]{\strut{}\color{t}$18$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,9250){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1432,9250){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1981,9250){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2531,9250){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3080,9250){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3630,9250){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4180,9250){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4729,9250){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5279,9250){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5829,9250){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6378,9250){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6928,9250){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7477,9250){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,9250){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,10509){\rotatebox{-270}{\makebox(0,0){\strut{}Température}}}%
 | 
			
		||||
      \put(4454,8980){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,11436){\makebox(0,0)[r]{\strut{}T [°C]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,6479){\makebox(0,0)[r]{\strut{}\color{t}$932$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,6787){\makebox(0,0)[r]{\strut{}\color{t}$933$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7096){\makebox(0,0)[r]{\strut{}\color{t}$934$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7404){\makebox(0,0)[r]{\strut{}\color{t}$935$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,7713){\makebox(0,0)[r]{\strut{}\color{t}$936$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8021){\makebox(0,0)[r]{\strut{}\color{t}$937$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8330){\makebox(0,0)[r]{\strut{}\color{t}$938$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,8638){\makebox(0,0)[r]{\strut{}\color{t}$939$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(990,6299){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1531,6299){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2073,6299){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2614,6299){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3155,6299){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3697,6299){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4238,6299){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,6299){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5320,6299){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5862,6299){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6403,6299){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6944,6299){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7486,6299){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,6299){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,7558){\rotatebox{-270}{\makebox(0,0){\strut{}Pression}}}%
 | 
			
		||||
      \put(4508,6029){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,8485){\makebox(0,0)[r]{\strut{}P [hPa]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3527){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3743){\makebox(0,0)[r]{\strut{}\color{t}$45$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3959){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4175){\makebox(0,0)[r]{\strut{}\color{t}$55$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4391){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4607){\makebox(0,0)[r]{\strut{}\color{t}$65$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4823){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5039){\makebox(0,0)[r]{\strut{}\color{t}$75$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5255){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5471){\makebox(0,0)[r]{\strut{}\color{t}$85$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5687){\makebox(0,0)[r]{\strut{}\color{t}$90$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,3347){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1432,3347){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1981,3347){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2531,3347){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3080,3347){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3630,3347){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4180,3347){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4729,3347){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5279,3347){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5829,3347){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6378,3347){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6928,3347){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7477,3347){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,3347){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,4607){\rotatebox{-270}{\makebox(0,0){\strut{}Humidité}}}%
 | 
			
		||||
      \put(4454,3077){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,5534){\makebox(0,0)[r]{\strut{}Hr [\%]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplbacktext{%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,576){\makebox(0,0)[r]{\strut{}\color{t}$0$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,792){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,1008){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,1224){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,1440){\makebox(0,0)[r]{\strut{}\color{t}$80$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,1656){\makebox(0,0)[r]{\strut{}\color{t}$100$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,1871){\makebox(0,0)[r]{\strut{}\color{t}$120$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,2087){\makebox(0,0)[r]{\strut{}\color{t}$140$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,2303){\makebox(0,0)[r]{\strut{}\color{t}$160$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,2519){\makebox(0,0)[r]{\strut{}\color{t}$180$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,2735){\makebox(0,0)[r]{\strut{}\color{t}$200$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(990,396){\makebox(0,0){\strut{}2200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1531,396){\makebox(0,0){\strut{}2300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2073,396){\makebox(0,0){\strut{}0000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2614,396){\makebox(0,0){\strut{}0100}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3155,396){\makebox(0,0){\strut{}0200}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3697,396){\makebox(0,0){\strut{}0300}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4238,396){\makebox(0,0){\strut{}0400}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,396){\makebox(0,0){\strut{}0500}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5320,396){\makebox(0,0){\strut{}0600}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5862,396){\makebox(0,0){\strut{}0700}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6403,396){\makebox(0,0){\strut{}0800}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6944,396){\makebox(0,0){\strut{}0900}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7486,396){\makebox(0,0){\strut{}1000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,396){\makebox(0,0){\strut{}1100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,1655){\rotatebox{-270}{\makebox(0,0){\strut{}Luminosité}}}%
 | 
			
		||||
      \put(4508,126){\makebox(0,0){\strut{}Temps [hhmm]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplgaddtomacro\gplfronttext{%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(7208,2582){\makebox(0,0)[r]{\strut{}Lx [Lux]}}%
 | 
			
		||||
    }%
 | 
			
		||||
    \gplbacktext
 | 
			
		||||
    \put(0,0){\includegraphics{data/4/data}}%
 | 
			
		||||
    \gplfronttext
 | 
			
		||||
  \end{picture}%
 | 
			
		||||
\endgroup
 | 
			
		||||
		Reference in New Issue
	
	Block a user