Basic of GNUPlot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
5.2 KiB

2 years ago
  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}(7200.00,4320.00)%
  84. \gplgaddtomacro\gplbacktext{%
  85. \csname LTb\endcsname%%
  86. \put(555,478){\makebox(0,0)[r]{\strut{}$0$}}%
  87. \csname LTb\endcsname%%
  88. \put(555,926){\makebox(0,0)[r]{\strut{}$0.05$}}%
  89. \csname LTb\endcsname%%
  90. \put(555,1374){\makebox(0,0)[r]{\strut{}$0.1$}}%
  91. \csname LTb\endcsname%%
  92. \put(555,1821){\makebox(0,0)[r]{\strut{}$0.15$}}%
  93. \csname LTb\endcsname%%
  94. \put(555,2269){\makebox(0,0)[r]{\strut{}$0.2$}}%
  95. \csname LTb\endcsname%%
  96. \put(555,2717){\makebox(0,0)[r]{\strut{}$0.25$}}%
  97. \csname LTb\endcsname%%
  98. \put(555,3165){\makebox(0,0)[r]{\strut{}$0.3$}}%
  99. \csname LTb\endcsname%%
  100. \put(555,3612){\makebox(0,0)[r]{\strut{}$0.35$}}%
  101. \csname LTb\endcsname%%
  102. \put(555,4060){\makebox(0,0)[r]{\strut{}$0.4$}}%
  103. \csname LTb\endcsname%%
  104. \put(656,239){\makebox(0,0){\strut{}$-4$}}%
  105. \csname LTb\endcsname%%
  106. \put(1434,239){\makebox(0,0){\strut{}$-3$}}%
  107. \csname LTb\endcsname%%
  108. \put(2211,239){\makebox(0,0){\strut{}$-2$}}%
  109. \csname LTb\endcsname%%
  110. \put(2989,239){\makebox(0,0){\strut{}$-1$}}%
  111. \csname LTb\endcsname%%
  112. \put(3766,239){\makebox(0,0){\strut{}$0$}}%
  113. \csname LTb\endcsname%%
  114. \put(4544,239){\makebox(0,0){\strut{}$1$}}%
  115. \csname LTb\endcsname%%
  116. \put(5321,239){\makebox(0,0){\strut{}$2$}}%
  117. \csname LTb\endcsname%%
  118. \put(6099,239){\makebox(0,0){\strut{}$3$}}%
  119. \csname LTb\endcsname%%
  120. \put(6876,239){\makebox(0,0){\strut{}$4$}}%
  121. \csname LTb\endcsname%%
  122. \put(1045,3523){\makebox(0,0)[l]{\strut{}\huge$\frac{1}{\sqrt{2\pi}\sigma}\,e^{-\frac{x^2}{2\sigma^2}}$}}%
  123. \csname LTb\endcsname%%
  124. \put(4505,3165){\makebox(0,0)[l]{\strut{}\Large$\sigma = 1$}}%
  125. \csname LTb\endcsname%%
  126. \put(5865,1374){\makebox(0,0)[l]{\strut{}\Large$\sigma = 2$}}%
  127. }%
  128. \gplgaddtomacro\gplfronttext{%
  129. }%
  130. \gplbacktext
  131. \put(0,0){\includegraphics[width={360.00bp},height={216.00bp}]{fig3}}%
  132. \gplfronttext
  133. \end{picture}%
  134. \endgroup