Fig3b.tex 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. \GPcolorfalse
  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. \begin{picture}(7200.00,5040.00)%
  83. \gplgaddtomacro\gplbacktext{%
  84. \csname LTb\endcsname%%
  85. \put(946,374){\makebox(0,0)[r]{\strut{}$0$}}%
  86. \put(946,1009){\makebox(0,0)[r]{\strut{}$0.05$}}%
  87. \put(946,1644){\makebox(0,0)[r]{\strut{}$0.1$}}%
  88. \put(946,2279){\makebox(0,0)[r]{\strut{}$0.15$}}%
  89. \put(946,2914){\makebox(0,0)[r]{\strut{}$0.2$}}%
  90. \put(946,3549){\makebox(0,0)[r]{\strut{}$0.25$}}%
  91. \put(946,4184){\makebox(0,0)[r]{\strut{}$0.3$}}%
  92. \put(946,4819){\makebox(0,0)[r]{\strut{}$0.35$}}%
  93. }%
  94. \gplgaddtomacro\gplfronttext{%
  95. \csname LTb\endcsname%%
  96. \put(209,2596){\rotatebox{-270}{\makebox(0,0){\strut{}Fraction of commits}}}%
  97. \put(3940,154){\makebox(0,0){\strut{}Top contributors}}%
  98. }%
  99. \gplbacktext
  100. \put(0,0){\includegraphics[width={360.00bp},height={252.00bp}]{Fig3b}}%
  101. \gplfronttext
  102. \end{picture}%
  103. \endgroup