Guest User

Untitled

a guest
Nov 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. documentclass{report}
  2.  
  3. usepackage{pgfplots} % for histograms
  4.  
  5. begin{document}
  6.  
  7. begin{tikzpicture}
  8. begin{axis}[ height = 0.4paperheight
  9. , width = 0.7paperwidth
  10. ]
  11.  
  12. addplot [ybar interval, color = black, fill = blue, line width = 0.5mm]
  13. table {hist1.data};
  14. end{axis}
  15. end{tikzpicture}
  16.  
  17. end{document}
  18.  
  19. 1 0.06
  20. 3 0.23
  21. 5 0.35
  22. 7 0.2
  23. 9 0.1
  24. 11 0.04
  25. 13 0.01
  26. 15 0
  27. 17 0
  28. 19 0.01
  29. 21 0
Add Comment
Please, Sign In to add comment