Adrià Vilanova MartÃnez | 24d8701 | 2022-06-16 00:29:59 +0200 | [diff] [blame^] | 1 | % GNUPLOT: LaTeX picture with Postscript |
| 2 | \begingroup |
| 3 | \makeatletter |
| 4 | \providecommand\color[2][]{% |
| 5 | \GenericError{(gnuplot) \space\space\space\@spaces}{% |
| 6 | Package color not loaded in conjunction with |
| 7 | terminal option `colourtext'% |
| 8 | }{See the gnuplot documentation for explanation.% |
| 9 | }{Either use 'blacktext' in gnuplot or load the package |
| 10 | color.sty in LaTeX.}% |
| 11 | \renewcommand\color[2][]{}% |
| 12 | }% |
| 13 | \providecommand\includegraphics[2][]{% |
| 14 | \GenericError{(gnuplot) \space\space\space\@spaces}{% |
| 15 | Package graphicx or graphics not loaded% |
| 16 | }{See the gnuplot documentation for explanation.% |
| 17 | }{The gnuplot epslatex terminal needs graphicx.sty or graphics.sty.}% |
| 18 | \renewcommand\includegraphics[2][]{}% |
| 19 | }% |
| 20 | \providecommand\rotatebox[2]{#2}% |
| 21 | \@ifundefined{ifGPcolor}{% |
| 22 | \newif\ifGPcolor |
| 23 | \GPcolortrue |
| 24 | }{}% |
| 25 | \@ifundefined{ifGPblacktext}{% |
| 26 | \newif\ifGPblacktext |
| 27 | \GPblacktexttrue |
| 28 | }{}% |
| 29 | % define a \g@addto@macro without @ in the name: |
| 30 | \let\gplgaddtomacro\g@addto@macro |
| 31 | % define empty templates for all commands taking text: |
| 32 | \gdef\gplbacktext{}% |
| 33 | \gdef\gplfronttext{}% |
| 34 | \makeatother |
| 35 | \ifGPblacktext |
| 36 | % no textcolor at all |
| 37 | \def\colorrgb#1{}% |
| 38 | \def\colorgray#1{}% |
| 39 | \else |
| 40 | % gray or color? |
| 41 | \ifGPcolor |
| 42 | \def\colorrgb#1{\color[rgb]{#1}}% |
| 43 | \def\colorgray#1{\color[gray]{#1}}% |
| 44 | \expandafter\def\csname LTw\endcsname{\color{white}}% |
| 45 | \expandafter\def\csname LTb\endcsname{\color{black}}% |
| 46 | \expandafter\def\csname LTa\endcsname{\color{black}}% |
| 47 | \expandafter\def\csname LT0\endcsname{\color[rgb]{1,0,0}}% |
| 48 | \expandafter\def\csname LT1\endcsname{\color[rgb]{0,1,0}}% |
| 49 | \expandafter\def\csname LT2\endcsname{\color[rgb]{0,0,1}}% |
| 50 | \expandafter\def\csname LT3\endcsname{\color[rgb]{1,0,1}}% |
| 51 | \expandafter\def\csname LT4\endcsname{\color[rgb]{0,1,1}}% |
| 52 | \expandafter\def\csname LT5\endcsname{\color[rgb]{1,1,0}}% |
| 53 | \expandafter\def\csname LT6\endcsname{\color[rgb]{0,0,0}}% |
| 54 | \expandafter\def\csname LT7\endcsname{\color[rgb]{1,0.3,0}}% |
| 55 | \expandafter\def\csname LT8\endcsname{\color[rgb]{0.5,0.5,0.5}}% |
| 56 | \else |
| 57 | % gray |
| 58 | \def\colorrgb#1{\color{black}}% |
| 59 | \def\colorgray#1{\color[gray]{#1}}% |
| 60 | \expandafter\def\csname LTw\endcsname{\color{white}}% |
| 61 | \expandafter\def\csname LTb\endcsname{\color{black}}% |
| 62 | \expandafter\def\csname LTa\endcsname{\color{black}}% |
| 63 | \expandafter\def\csname LT0\endcsname{\color{black}}% |
| 64 | \expandafter\def\csname LT1\endcsname{\color{black}}% |
| 65 | \expandafter\def\csname LT2\endcsname{\color{black}}% |
| 66 | \expandafter\def\csname LT3\endcsname{\color{black}}% |
| 67 | \expandafter\def\csname LT4\endcsname{\color{black}}% |
| 68 | \expandafter\def\csname LT5\endcsname{\color{black}}% |
| 69 | \expandafter\def\csname LT6\endcsname{\color{black}}% |
| 70 | \expandafter\def\csname LT7\endcsname{\color{black}}% |
| 71 | \expandafter\def\csname LT8\endcsname{\color{black}}% |
| 72 | \fi |
| 73 | \fi |
| 74 | \setlength{\unitlength}{0.0500bp}% |
| 75 | \ifx\gptboxheight\undefined% |
| 76 | \newlength{\gptboxheight}% |
| 77 | \newlength{\gptboxwidth}% |
| 78 | \newsavebox{\gptboxtext}% |
| 79 | \fi% |
| 80 | \setlength{\fboxrule}{0.5pt}% |
| 81 | \setlength{\fboxsep}{1pt}% |
| 82 | \definecolor{tbcol}{rgb}{1,1,1}% |
| 83 | \begin{picture}(4800.00,3400.00)% |
| 84 | \gplgaddtomacro\gplbacktext{% |
| 85 | \colorrgb{0.50,0.50,0.50}%% |
| 86 | \put(714,612){\makebox(0,0)[r]{\strut{}$-5$}}% |
| 87 | \colorrgb{0.50,0.50,0.50}%% |
| 88 | \put(714,936){\makebox(0,0)[r]{\strut{}$-4.5$}}% |
| 89 | \colorrgb{0.50,0.50,0.50}%% |
| 90 | \put(714,1260){\makebox(0,0)[r]{\strut{}$-4$}}% |
| 91 | \colorrgb{0.50,0.50,0.50}%% |
| 92 | \put(714,1584){\makebox(0,0)[r]{\strut{}$-3.5$}}% |
| 93 | \colorrgb{0.50,0.50,0.50}%% |
| 94 | \put(714,1908){\makebox(0,0)[r]{\strut{}$-3$}}% |
| 95 | \colorrgb{0.50,0.50,0.50}%% |
| 96 | \put(714,2232){\makebox(0,0)[r]{\strut{}$-2.5$}}% |
| 97 | \colorrgb{0.50,0.50,0.50}%% |
| 98 | \put(714,2556){\makebox(0,0)[r]{\strut{}$-2$}}% |
| 99 | \colorrgb{0.50,0.50,0.50}%% |
| 100 | \put(714,2880){\makebox(0,0)[r]{\strut{}$-1.5$}}% |
| 101 | \colorrgb{0.50,0.50,0.50}%% |
| 102 | \put(714,3204){\makebox(0,0)[r]{\strut{}$-1$}}% |
| 103 | \colorrgb{0.50,0.50,0.50}%% |
| 104 | \put(864,385){\makebox(0,0){\strut{}$2$}}% |
| 105 | \colorrgb{0.50,0.50,0.50}%% |
| 106 | \put(1588,385){\makebox(0,0){\strut{}$2.5$}}% |
| 107 | \colorrgb{0.50,0.50,0.50}%% |
| 108 | \put(2312,385){\makebox(0,0){\strut{}$3$}}% |
| 109 | \colorrgb{0.50,0.50,0.50}%% |
| 110 | \put(3037,385){\makebox(0,0){\strut{}$3.5$}}% |
| 111 | \colorrgb{0.50,0.50,0.50}%% |
| 112 | \put(3761,385){\makebox(0,0){\strut{}$4$}}% |
| 113 | \colorrgb{0.50,0.50,0.50}%% |
| 114 | \put(4485,385){\makebox(0,0){\strut{}$4.5$}}% |
| 115 | }% |
| 116 | \gplgaddtomacro\gplfronttext{% |
| 117 | \csname LTb\endcsname%% |
| 118 | \put(161,1908){\rotatebox{-270}{\makebox(0,0){\strut{}$\log((T_c)_L - T_c)$}}}% |
| 119 | \csname LTb\endcsname%% |
| 120 | \put(2674,123){\makebox(0,0){\strut{}$\log(L)$}}% |
| 121 | \csname LTb\endcsname%% |
| 122 | \put(3729,2959){\makebox(0,0)[r]{\strut{}$c_V$}}% |
| 123 | \csname LTb\endcsname%% |
| 124 | \put(3729,2609){\makebox(0,0)[r]{\strut{}$\chi$}}% |
| 125 | }% |
| 126 | \gplbacktext |
| 127 | \put(0,0){\includegraphics[width={240.00bp},height={170.00bp}]{nu}}% |
| 128 | \gplfronttext |
| 129 | \end{picture}% |
| 130 | \endgroup |