diff -r feede61efa96 -r 866172a16472 book/src/labtar_hist.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/book/src/labtar_hist.tex Wed Mar 23 21:10:10 2011 +0100 @@ -0,0 +1,104 @@ +% GNUPLOT: LaTeX picture with Postscript +\begingroup + \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 + \GPcolorfalse + }{}% + \@ifundefined{ifGPblacktext}{% + \newif\ifGPblacktext + \GPblacktexttrue + }{}% + % 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}(4320.00,3024.00)% + \gplgaddtomacro\gplbacktext{% + \csname LTb\endcsname% + \put(1342,704){\makebox(0,0)[r]{\strut{}$0$}}% + \put(1342,961){\makebox(0,0)[r]{\strut{}$100$}}% + \put(1342,1218){\makebox(0,0)[r]{\strut{}$200$}}% + \put(1342,1475){\makebox(0,0)[r]{\strut{}$300$}}% + \put(1342,1732){\makebox(0,0)[r]{\strut{}$400$}}% + \put(1342,1989){\makebox(0,0)[r]{\strut{}$500$}}% + \put(1342,2246){\makebox(0,0)[r]{\strut{}$600$}}% + \put(1342,2503){\makebox(0,0)[r]{\strut{}$700$}}% + \put(1342,2760){\makebox(0,0)[r]{\strut{}$800$}}% + \put(1474,484){\makebox(0,0){\strut{}$0$}}% + \put(1833,484){\makebox(0,0){\strut{}$5$}}% + \put(2193,484){\makebox(0,0){\strut{}$10$}}% + \put(2552,484){\makebox(0,0){\strut{}$15$}}% + \put(2912,484){\makebox(0,0){\strut{}$20$}}% + \put(3271,484){\makebox(0,0){\strut{}$25$}}% + \put(3631,484){\makebox(0,0){\strut{}$30$}}% + \put(3990,484){\makebox(0,0){\strut{}$35$}}% + \put(440,1732){\rotatebox{90}{\makebox(0,0){\strut{}Häufigkeit}}}% + \put(2732,154){\makebox(0,0){\strut{}Separationszeit (min)}}% + }% + \gplgaddtomacro\gplfronttext{% + }% + \gplbacktext + \put(0,0){\includegraphics{labtar_hist}}% + %\gplfronttext + \end{picture}% +\endgroup