Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. documentclass[10pt,a4paper]{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage{pgfplots}
  4. usepackage{pgfplotstable}
  5. begin{document}
  6. begin{tikzpicture}
  7. begin{axis}
  8. addplot coordinates {
  9. (5,-4864175164880)
  10. (10,-9728350329760)
  11. (15,-14592525494640)
  12. (20,-19456700659520)
  13. (25,-24320875824400)
  14. (30,-29185050989280)
  15. (35,-34049226154160)
  16. (40,-38913401319040)
  17. (45,-43777576483920)
  18. (50,-48641751648800)
  19. };
  20. addplot coordinates {
  21. (5,292862229381084)
  22. (10,434852463631792)
  23. (15,570475846800798)
  24. (20,737825490819198)
  25. (25,860718238823815)
  26. (30,940754521446225)
  27. (35,1062038363787050)
  28. (40,1127781160335236)
  29. (45,1185587487293437)
  30. (50,1237044668474952)
  31. };
  32. addplot coordinates {
  33. (5,302387809568514)
  34. (10,433265146600492)
  35. (15,568888291277459)
  36. (20,745760136185414)
  37. (25,863891556048562)
  38. (30,1018505467376564)
  39. (35,1114397529527600)
  40. (40,1243595912571978)
  41. (45,1356917686795978)
  42. (50,1438505671531397)
  43. };
  44. addplot coordinates {
  45. (5,292862229381084)
  46. (10,439615017666611)
  47. (15,579999984864317)
  48. (20,680689964623044)
  49. (25,830567187638336)
  50. (30,989945779779292)
  51. (35,1089013026329017)
  52. (40,1192831304307391)
  53. (45,1218906437648680)
  54. (50,1308435574928259)
  55. };
  56. addplot coordinates {
  57. (5,302387809568514)
  58. (10,447552145712824)
  59. (15,632378624837750)
  60. (20,758456796364679)
  61. (25,905150488169182)
  62. (30,1039132937342017)
  63. (35,1177859366612789)
  64. (40,1267392254011344)
  65. (45,1393401240771311)
  66. (50,1495605989719142)
  67. };
  68. addplot coordinates {
  69. (5,292862229381084)
  70. (10,434852463631792)
  71. (15,570475846800798)
  72. (20,737825490819198)
  73. (25,860718238823815)
  74. (30,940754521446225)
  75. (35,1062038363787050)
  76. (40,1142060277409340)
  77. (45,1187173821398126)
  78. (50,1260840969614604)
  79. };
  80. addplot coordinates {
  81. (5,312696217497890)
  82. (10,565002605927478)
  83. (15,857723287379634)
  84. (20,1129748942677279)
  85. (25,1334295395262765)
  86. (30,1579251153778012)
  87. (35,1767865804266326)
  88. (40,1996881068279606)
  89. (45,2225851981990703)
  90. (50,2401688802214620)
  91. };
  92. end{axis}
  93. end{tikzpicture}
  94. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement