Add a lot of graphs
This commit is contained in:
		
							
								
								
									
										4132
									
								
								latex/data/2/DATA.TSV
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4132
									
								
								latex/data/2/DATA.TSV
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										35355
									
								
								latex/data/2/data.eps
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35355
									
								
								latex/data/2/data.eps
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								latex/data/2/data.svgz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								latex/data/2/data.svgz
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										285
									
								
								latex/data/2/data.tex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										285
									
								
								latex/data/2/data.tex
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,285 @@
 | 
			
		||||
% 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}$4$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9646){\makebox(0,0)[r]{\strut{}\color{t}$6$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,9862){\makebox(0,0)[r]{\strut{}\color{t}$8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10078){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10294){\makebox(0,0)[r]{\strut{}\color{t}$12$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10510){\makebox(0,0)[r]{\strut{}\color{t}$14$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10725){\makebox(0,0)[r]{\strut{}\color{t}$16$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,10941){\makebox(0,0)[r]{\strut{}\color{t}$18$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11157){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11373){\makebox(0,0)[r]{\strut{}\color{t}$22$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,11589){\makebox(0,0)[r]{\strut{}\color{t}$24$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,9250){\makebox(0,0){\strut{}1910}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1532,9250){\makebox(0,0){\strut{}1920}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2181,9250){\makebox(0,0){\strut{}1930}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2831,9250){\makebox(0,0){\strut{}1940}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3480,9250){\makebox(0,0){\strut{}1950}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4130,9250){\makebox(0,0){\strut{}2000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,9250){\makebox(0,0){\strut{}2010}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5429,9250){\makebox(0,0){\strut{}2020}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6078,9250){\makebox(0,0){\strut{}2030}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6728,9250){\makebox(0,0){\strut{}2040}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7377,9250){\makebox(0,0){\strut{}2050}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,9250){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \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(1098,6479){\makebox(0,0)[r]{\strut{}\color{t}$947$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,6839){\makebox(0,0)[r]{\strut{}\color{t}$947.2$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,7199){\makebox(0,0)[r]{\strut{}\color{t}$947.4$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,7559){\makebox(0,0)[r]{\strut{}\color{t}$947.6$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,7918){\makebox(0,0)[r]{\strut{}\color{t}$947.8$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,8278){\makebox(0,0)[r]{\strut{}\color{t}$948$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1098,8638){\makebox(0,0)[r]{\strut{}\color{t}$948.2$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1206,6299){\makebox(0,0){\strut{}1910}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1826,6299){\makebox(0,0){\strut{}1920}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2446,6299){\makebox(0,0){\strut{}1930}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3066,6299){\makebox(0,0){\strut{}1940}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3686,6299){\makebox(0,0){\strut{}1950}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4306,6299){\makebox(0,0){\strut{}2000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4927,6299){\makebox(0,0){\strut{}2010}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5547,6299){\makebox(0,0){\strut{}2020}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6167,6299){\makebox(0,0){\strut{}2030}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6787,6299){\makebox(0,0){\strut{}2040}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7407,6299){\makebox(0,0){\strut{}2050}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,6299){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,7558){\rotatebox{-270}{\makebox(0,0){\strut{}Pression}}}%
 | 
			
		||||
      \put(4616,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}$30$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,3767){\makebox(0,0)[r]{\strut{}\color{t}$35$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4007){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4247){\makebox(0,0)[r]{\strut{}\color{t}$45$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4487){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4727){\makebox(0,0)[r]{\strut{}\color{t}$55$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,4967){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5207){\makebox(0,0)[r]{\strut{}\color{t}$65$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5447){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,5687){\makebox(0,0)[r]{\strut{}\color{t}$75$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,3347){\makebox(0,0){\strut{}1910}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1532,3347){\makebox(0,0){\strut{}1920}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2181,3347){\makebox(0,0){\strut{}1930}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2831,3347){\makebox(0,0){\strut{}1940}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3480,3347){\makebox(0,0){\strut{}1950}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4130,3347){\makebox(0,0){\strut{}2000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,3347){\makebox(0,0){\strut{}2010}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5429,3347){\makebox(0,0){\strut{}2020}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6078,3347){\makebox(0,0){\strut{}2030}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6728,3347){\makebox(0,0){\strut{}2040}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7377,3347){\makebox(0,0){\strut{}2050}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,3347){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \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(774,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$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,1296){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,1656){\makebox(0,0)[r]{\strut{}\color{t}$30$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2015){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2375){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(774,2735){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(882,396){\makebox(0,0){\strut{}1910}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(1532,396){\makebox(0,0){\strut{}1920}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2181,396){\makebox(0,0){\strut{}1930}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(2831,396){\makebox(0,0){\strut{}1940}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(3480,396){\makebox(0,0){\strut{}1950}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4130,396){\makebox(0,0){\strut{}2000}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(4779,396){\makebox(0,0){\strut{}2010}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(5429,396){\makebox(0,0){\strut{}2020}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6078,396){\makebox(0,0){\strut{}2030}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(6728,396){\makebox(0,0){\strut{}2040}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(7377,396){\makebox(0,0){\strut{}2050}}%
 | 
			
		||||
      \colorrgb{0.50,0.50,0.50}%
 | 
			
		||||
      \put(8027,396){\makebox(0,0){\strut{}2100}}%
 | 
			
		||||
      \csname LTb\endcsname%
 | 
			
		||||
      \put(144,1655){\rotatebox{-270}{\makebox(0,0){\strut{}Luminosité}}}%
 | 
			
		||||
      \put(4454,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/2/data}}%
 | 
			
		||||
    \gplfronttext
 | 
			
		||||
  \end{picture}%
 | 
			
		||||
\endgroup
 | 
			
		||||
		Reference in New Issue
	
	Block a user