Add a lot of graphs
This commit is contained in:
parent
a35ba0f709
commit
0e6ce41931
38
gnuplot/T-H.latex.gpi
Normal file
38
gnuplot/T-H.latex.gpi
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# Inspired by http://youinfinitesnake.blogspot.ch/2011/02/attractive-scientific-plots-with.html
|
||||||
|
# and http://www.gnuplotting.org/why-you-should-upgrade-to-gnuplot-4-4-3/
|
||||||
|
|
||||||
|
set terminal epslatex size 5.8,4.1 color colortext 'phv,9' header '\definecolor{t}{rgb}{0.5,0.5,0.5}'
|
||||||
|
set format '\color{t}$%g$'
|
||||||
|
set output 'T-H.tex'
|
||||||
|
|
||||||
|
# Line style for axes
|
||||||
|
set style line 80 lt 0
|
||||||
|
set style line 80 lt rgb '#808080'
|
||||||
|
|
||||||
|
# Line style for grid
|
||||||
|
set style line 81 lt 3 # dashed
|
||||||
|
set style line 81 lt rgb '#808080' lw 0.5 # grey
|
||||||
|
|
||||||
|
set grid back linestyle 81
|
||||||
|
set border 3 back linestyle 80
|
||||||
|
|
||||||
|
set xtics nomirror
|
||||||
|
set ytics nomirror
|
||||||
|
|
||||||
|
set style line 1 linetype 1
|
||||||
|
set style line 2 linetype 1
|
||||||
|
set style line 1 linetype rgb '#A00000' linewidth 2 pointtype 7
|
||||||
|
set style line 2 linetype rgb '#00A000' linewidth 2 pointtype 9
|
||||||
|
|
||||||
|
set size 1,1
|
||||||
|
set origin 0,0
|
||||||
|
|
||||||
|
set xlabel 'Température'
|
||||||
|
set ylabel 'Humidité'
|
||||||
|
|
||||||
|
plot 'DATA-T-H.TSV' using 3:6:1 title 'Hr [\%]' with points linestyle 1, \
|
||||||
|
'DATA-T-H.TSV' using 3:6:1 title 'Hr moyen [\%]' smooth unique with linespoints linestyle 2
|
||||||
|
|
||||||
|
reset
|
||||||
|
|
||||||
|
set output
|
39
gnuplot/T-H.svg.gpi
Normal file
39
gnuplot/T-H.svg.gpi
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Inspired by http://youinfinitesnake.blogspot.ch/2011/02/attractive-scientific-plots-with.html
|
||||||
|
# and http://www.gnuplotting.org/why-you-should-upgrade-to-gnuplot-4-4-3/
|
||||||
|
|
||||||
|
set terminal svg enhanced mouse size 1920,1440 rounded dashed
|
||||||
|
set output 'T-H.svg'
|
||||||
|
|
||||||
|
# Line style for axes
|
||||||
|
set style line 80 lt 0
|
||||||
|
set style line 80 lt rgb '#808080'
|
||||||
|
|
||||||
|
# Line style for grid
|
||||||
|
set style line 81 lt 3 # dashed
|
||||||
|
set style line 81 lt rgb '#808080' lw 0.5 # grey
|
||||||
|
|
||||||
|
set grid back linestyle 81
|
||||||
|
set border 3 back linestyle 80
|
||||||
|
|
||||||
|
set xtics nomirror
|
||||||
|
set ytics nomirror
|
||||||
|
|
||||||
|
set style line 1 linetype 1
|
||||||
|
set style line 2 linetype 1
|
||||||
|
set style line 1 linetype rgb '#A00000' linewidth 2 pointtype 7
|
||||||
|
set style line 2 linetype rgb '#00A000' linewidth 2 pointtype 9
|
||||||
|
|
||||||
|
set size 1,1
|
||||||
|
set origin 0,0
|
||||||
|
|
||||||
|
set xlabel 'Température'
|
||||||
|
set ylabel 'Humidité'
|
||||||
|
|
||||||
|
plot 'DATA-T-H.TSV' using 3:6:1 title 'Hr [%]' with points linestyle 1, \
|
||||||
|
'DATA-T-H.TSV' using 3:6:1 title 'Hr moyen [%]' smooth unique with linespoints linestyle 2
|
||||||
|
|
||||||
|
reset
|
||||||
|
|
||||||
|
set output
|
||||||
|
|
||||||
|
!gzip -S z T-H.svg
|
115657
gnuplot/data.svg
115657
gnuplot/data.svg
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 11 MiB |
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
set terminal epslatex size 5.8,8.2 color colortext 'phv,9' header '\definecolor{t}{rgb}{0.5,0.5,0.5}'
|
set terminal epslatex size 5.8,8.2 color colortext 'phv,9' header '\definecolor{t}{rgb}{0.5,0.5,0.5}'
|
||||||
set format '\color{t}$%g$'
|
set format '\color{t}$%g$'
|
||||||
set output '../latex/data.tex'
|
set output 'data.tex'
|
||||||
|
|
||||||
# Line style for axes
|
# Line style for axes
|
||||||
set style line 80 lt 0
|
set style line 80 lt 0
|
||||||
@ -35,7 +35,6 @@ set xlabel 'Temps [hhmm]'
|
|||||||
set xdata time # the x-axis is time
|
set xdata time # the x-axis is time
|
||||||
set format x '%H%M' # display as time
|
set format x '%H%M' # display as time
|
||||||
set timefmt '%Y-%m-%d %H:%M:%S' # but read in as datetime
|
set timefmt '%Y-%m-%d %H:%M:%S' # but read in as datetime
|
||||||
#set xtics 300
|
|
||||||
|
|
||||||
set multiplot
|
set multiplot
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@ set xlabel 'Temps [hhmm]'
|
|||||||
set xdata time # the x-axis is time
|
set xdata time # the x-axis is time
|
||||||
set format x '%H%M' # display as time
|
set format x '%H%M' # display as time
|
||||||
set timefmt '%Y-%m-%d %H:%M:%S' # but read in as datetime
|
set timefmt '%Y-%m-%d %H:%M:%S' # but read in as datetime
|
||||||
#set xtics 300
|
|
||||||
|
|
||||||
set multiplot
|
set multiplot
|
||||||
|
|
||||||
@ -62,3 +61,5 @@ unset multiplot
|
|||||||
reset
|
reset
|
||||||
|
|
||||||
set output
|
set output
|
||||||
|
|
||||||
|
!gzip -S z data.svg
|
||||||
|
34
latex/TM.tex
34
latex/TM.tex
@ -157,9 +157,9 @@ J'ai aussi cherché s'il était possible de mettre un système d'exploitation su
|
|||||||
|
|
||||||
\chapter{Le cas du frigo}
|
\chapter{Le cas du frigo}
|
||||||
\section{Les mesures}
|
\section{Les mesures}
|
||||||
Pour réaliser cette expérience, la station météo a été placée dans un sachet plastique contenant du silica gel ainsi qu'une rallonge pour l'hygromètre pour qu'il puisse être exposé à l'humidité du frigo. La station météo a ensuite été placée pendant une heure au frigo. Voici les premières constatations : premièrement, l'humidité ne dépassait jamais 70\%, deuxièmement, la température ne descendait jamais au dessous de 8°.
|
Pour réaliser cette expérience, la station météo a été placée dans un sachet plastique contenant du silica gel ainsi qu'une rallonge pour l'hygromètre pour qu'il puisse être exposé à l'humidité du frigo. La station météo a ensuite été placée pendant une heure au frigo. Voici les premières constatations : premièrement, l'humidité ne dépassait jamais 70\%, deuxièmement, la température ne descendait jamais au dessous de 8° (voir la figure \ref{fig:1}).
|
||||||
|
|
||||||
Un deuxième essais a donc été réalisé, sans sachet plastique cette fois ci. Le montage a été placé deux heures au frigo. Cette fois ci, la température s'est stabilisée à environ 5° Celsius mais on constate une chute de la puissance après environ une heure. Cela est probablement dû au fait que les piles ne fournissent plus d'énergie à basse température, la puissance raugmentant une fois sortie du frigo.
|
Un deuxième essais a donc été réalisé, sans sachet plastique cette fois ci. Le montage a été placé deux heures au frigo. Cette fois ci, la température s'est stabilisée à environ 5° Celsius mais on constate une chute de la puissance après environ une heure. Cela est probablement dû au fait que les piles ne fournissent plus d'énergie à basse température, la puissance raugmentant une fois sortie du frigo (voir la figure \ref{fig:2}).
|
||||||
|
|
||||||
Un autre essais a ensuite été réalisé. Cette fois-ci, les piles ont été remplacées par un adaptateur qui fournissait du 9 volts. La satation météo a été placée dans le frigo, pendant une nuit. Cette fois-ci, l'expérience c'est bien déroulée : il n'y a pas eu de perte de puissance.
|
Un autre essais a ensuite été réalisé. Cette fois-ci, les piles ont été remplacées par un adaptateur qui fournissait du 9 volts. La satation météo a été placée dans le frigo, pendant une nuit. Cette fois-ci, l'expérience c'est bien déroulée : il n'y a pas eu de perte de puissance.
|
||||||
|
|
||||||
@ -168,11 +168,18 @@ Premièrement, les graphiques sont disponibles à la figure \ref{fig:graphiques}
|
|||||||
|
|
||||||
\begin{figure}[b]
|
\begin{figure}[b]
|
||||||
\centering
|
\centering
|
||||||
\input{data.tex}
|
\input{data/3/data.tex}
|
||||||
\caption{Les graphiques}
|
\caption{Les quatre graphiques}
|
||||||
\label{fig:graphiques}
|
\label{fig:graphiques}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\input{data/3/T-H.tex}
|
||||||
|
\caption{Humidité en fonction de la température}
|
||||||
|
\label{fig:T-H}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
|
||||||
\chapter*{Bibliographie}
|
\chapter*{Bibliographie}
|
||||||
@ -219,4 +226,23 @@ Premièrement, les graphiques sont disponibles à la figure \ref{fig:graphiques}
|
|||||||
\label{app:sensors}
|
\label{app:sensors}
|
||||||
\inputminted[linenos]{json}{input/sensors.json}
|
\inputminted[linenos]{json}{input/sensors.json}
|
||||||
|
|
||||||
|
\chapter{Graphiques}
|
||||||
|
\label{app:graphs}
|
||||||
|
|
||||||
|
Voici les graphiques des autres essais réalisé. À cause de leur taille, le premier est à la page suivante.
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\input{data/1/data.tex}
|
||||||
|
\caption{Premier essai dans le frigo}
|
||||||
|
\label{fig:1}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\input{data/2/data.tex}
|
||||||
|
\caption{Deuxième essai dans le frigo}
|
||||||
|
\label{fig:2}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
2864
latex/data/1/DATA.TSV
Normal file
2864
latex/data/1/DATA.TSV
Normal file
File diff suppressed because it is too large
Load Diff
24779
latex/data/1/data.eps
Normal file
24779
latex/data/1/data.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
latex/data/1/data.svgz
Normal file
BIN
latex/data/1/data.svgz
Normal file
Binary file not shown.
251
latex/data/1/data.tex
Normal file
251
latex/data/1/data.tex
Normal file
@ -0,0 +1,251 @@
|
|||||||
|
% 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}$8$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,9670){\makebox(0,0)[r]{\strut{}\color{t}$10$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,9910){\makebox(0,0)[r]{\strut{}\color{t}$12$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,10150){\makebox(0,0)[r]{\strut{}\color{t}$14$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,10390){\makebox(0,0)[r]{\strut{}\color{t}$16$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,10629){\makebox(0,0)[r]{\strut{}\color{t}$18$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,10869){\makebox(0,0)[r]{\strut{}\color{t}$20$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,11109){\makebox(0,0)[r]{\strut{}\color{t}$22$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,11349){\makebox(0,0)[r]{\strut{}\color{t}$24$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,11589){\makebox(0,0)[r]{\strut{}\color{t}$26$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(882,9250){\makebox(0,0){\strut{}1930}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1903,9250){\makebox(0,0){\strut{}1940}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(2923,9250){\makebox(0,0){\strut{}1950}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(3944,9250){\makebox(0,0){\strut{}2000}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(4965,9250){\makebox(0,0){\strut{}2010}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(5986,9250){\makebox(0,0){\strut{}2020}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(7006,9250){\makebox(0,0){\strut{}2030}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(8027,9250){\makebox(0,0){\strut{}2040}}%
|
||||||
|
\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}$941.5$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,6749){\makebox(0,0)[r]{\strut{}\color{t}$941.6$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,7019){\makebox(0,0)[r]{\strut{}\color{t}$941.7$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,7289){\makebox(0,0)[r]{\strut{}\color{t}$941.8$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,7559){\makebox(0,0)[r]{\strut{}\color{t}$941.9$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,7828){\makebox(0,0)[r]{\strut{}\color{t}$942$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,8098){\makebox(0,0)[r]{\strut{}\color{t}$942.1$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,8368){\makebox(0,0)[r]{\strut{}\color{t}$942.2$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1098,8638){\makebox(0,0)[r]{\strut{}\color{t}$942.3$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1206,6299){\makebox(0,0){\strut{}1930}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(2180,6299){\makebox(0,0){\strut{}1940}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(3155,6299){\makebox(0,0){\strut{}1950}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(4129,6299){\makebox(0,0){\strut{}2000}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(5104,6299){\makebox(0,0){\strut{}2010}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(6078,6299){\makebox(0,0){\strut{}2020}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(7053,6299){\makebox(0,0){\strut{}2030}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(8027,6299){\makebox(0,0){\strut{}2040}}%
|
||||||
|
\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}$35$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,3836){\makebox(0,0)[r]{\strut{}\color{t}$40$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,4144){\makebox(0,0)[r]{\strut{}\color{t}$45$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,4453){\makebox(0,0)[r]{\strut{}\color{t}$50$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,4761){\makebox(0,0)[r]{\strut{}\color{t}$55$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,5070){\makebox(0,0)[r]{\strut{}\color{t}$60$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,5378){\makebox(0,0)[r]{\strut{}\color{t}$65$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(774,5687){\makebox(0,0)[r]{\strut{}\color{t}$70$}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(882,3347){\makebox(0,0){\strut{}1930}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1903,3347){\makebox(0,0){\strut{}1940}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(2923,3347){\makebox(0,0){\strut{}1950}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(3944,3347){\makebox(0,0){\strut{}2000}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(4965,3347){\makebox(0,0){\strut{}2010}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(5986,3347){\makebox(0,0){\strut{}2020}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(7006,3347){\makebox(0,0){\strut{}2030}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(8027,3347){\makebox(0,0){\strut{}2040}}%
|
||||||
|
\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{}1930}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(1903,396){\makebox(0,0){\strut{}1940}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(2923,396){\makebox(0,0){\strut{}1950}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(3944,396){\makebox(0,0){\strut{}2000}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(4965,396){\makebox(0,0){\strut{}2010}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(5986,396){\makebox(0,0){\strut{}2020}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(7006,396){\makebox(0,0){\strut{}2030}}%
|
||||||
|
\colorrgb{0.50,0.50,0.50}%
|
||||||
|
\put(8027,396){\makebox(0,0){\strut{}2040}}%
|
||||||
|
\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/1/data}}%
|
||||||
|
\gplfronttext
|
||||||
|
\end{picture}%
|
||||||
|
\endgroup
|
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
|
13141
latex/data/3/DATA-T-H.TSV
Normal file
13141
latex/data/3/DATA-T-H.TSV
Normal file
File diff suppressed because it is too large
Load Diff
Can't render this file because it is too large.
|
13839
latex/data/3/T-H.eps
Normal file
13839
latex/data/3/T-H.eps
Normal file
File diff suppressed because it is too large
Load Diff
BIN
latex/data/3/T-H.svgz
Normal file
BIN
latex/data/3/T-H.svgz
Normal file
Binary file not shown.
120
latex/data/3/T-H.tex
Normal file
120
latex/data/3/T-H.tex
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
% 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
|
@ -1,5 +1,5 @@
|
|||||||
%!PS-Adobe-2.0 EPSF-2.0
|
%!PS-Adobe-2.0 EPSF-2.0
|
||||||
%%Title: ../latex/data.tex
|
%%Title: data.tex
|
||||||
%%Creator: gnuplot 4.6 patchlevel 0
|
%%Creator: gnuplot 4.6 patchlevel 0
|
||||||
%%CreationDate: Tue Sep 25 17:44:09 2012
|
%%CreationDate: Tue Sep 25 17:44:09 2012
|
||||||
%%DocumentFonts:
|
%%DocumentFonts:
|
BIN
latex/data/3/data.svgz
Normal file
BIN
latex/data/3/data.svgz
Normal file
Binary file not shown.
@ -275,7 +275,7 @@
|
|||||||
\put(7208,2582){\makebox(0,0)[r]{\strut{}Lx [Lux]}}%
|
\put(7208,2582){\makebox(0,0)[r]{\strut{}Lx [Lux]}}%
|
||||||
}%
|
}%
|
||||||
\gplbacktext
|
\gplbacktext
|
||||||
\put(0,0){\includegraphics{../latex/data}}%
|
\put(0,0){\includegraphics{data/3/data}}%
|
||||||
\gplfronttext
|
\gplfronttext
|
||||||
\end{picture}%
|
\end{picture}%
|
||||||
\endgroup
|
\endgroup
|
Loading…
Reference in New Issue
Block a user