1: % GNUPLOT: LaTeX picture with Postscript
2: \begingroup
3: \scriptsize
4: \makeatletter
5: \providecommand\color[2][]{%
6: \GenericError{(gnuplot) \space\space\space\@spaces}{%
7: Package color not loaded in conjunction with
8: terminal option `colourtext'%
9: }{See the gnuplot documentation for explanation.%
10: }{Either use 'blacktext' in gnuplot or load the package
11: color.sty in LaTeX.}%
12: \renewcommand\color[2][]{}%
13: }%
14: \providecommand\includegraphics[2][]{%
15: \GenericError{(gnuplot) \space\space\space\@spaces}{%
16: Package graphicx or graphics not loaded%
17: }{See the gnuplot documentation for explanation.%
18: }{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}%
19: \renewcommand\includegraphics[2][]{}%
20: }%
21: \providecommand\rotatebox[2]{#2}%
22: \@ifundefined{ifGPcolor}{%
23: \newif\ifGPcolor
24: \GPcolortrue
25: }{}%
26: \@ifundefined{ifGPblacktext}{%
27: \newif\ifGPblacktext
28: \GPblacktextfalse
29: }{}%
30: % define a \g@addto@macro without @ in the name:
31: \let\gplgaddtomacro\g@addto@macro
32: % define empty templates for all commands taking text:
33: \gdef\gplbacktext{}%
34: \gdef\gplfronttext{}%
35: \makeatother
36: \ifGPblacktext
37: % no textcolor at all
38: \def\colorrgb#1{}%
39: \def\colorgray#1{}%
40: \else
41: % gray or color?
42: \ifGPcolor
43: \def\colorrgb#1{\color[rgb]{#1}}%
44: \def\colorgray#1{\color[gray]{#1}}%
45: \expandafter\def\csname LTw\endcsname{\color{white}}%
46: \expandafter\def\csname LTb\endcsname{\color{black}}%
47: \expandafter\def\csname LTa\endcsname{\color{black}}%
48: \expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}%
49: \expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}%
50: \expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}%
51: \expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}%
52: \expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}%
53: \expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}%
54: \expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}%
55: \expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}%
56: \expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}%
57: \else
58: % gray
59: \def\colorrgb#1{\color{black}}%
60: \def\colorgray#1{\color[gray]{#1}}%
61: \expandafter\def\csname LTw\endcsname{\color{white}}%
62: \expandafter\def\csname LTb\endcsname{\color{black}}%
63: \expandafter\def\csname LTa\endcsname{\color{black}}%
64: \expandafter\def\csname LT0\endcsname{\color{black}}%
65: \expandafter\def\csname LT1\endcsname{\color{black}}%
66: \expandafter\def\csname LT2\endcsname{\color{black}}%
67: \expandafter\def\csname LT3\endcsname{\color{black}}%
68: \expandafter\def\csname LT4\endcsname{\color{black}}%
69: \expandafter\def\csname LT5\endcsname{\color{black}}%
70: \expandafter\def\csname LT6\endcsname{\color{black}}%
71: \expandafter\def\csname LT7\endcsname{\color{black}}%
72: \expandafter\def\csname LT8\endcsname{\color{black}}%
73: \fi
74: \fi
75: \setlength{\unitlength}{0.0500bp}%
76: \begin{picture}(4534.00,3400.00)%
77: \gplgaddtomacro\gplbacktext{%
78: }%
79: \gplgaddtomacro\gplfronttext{%
80: }%
81: \gplbacktext
82: \put(0,0){\includegraphics{../figures/mode_analysis_pub_3}}%
83: \gplfronttext
84: \end{picture}%
85: \endgroup
86: