Guest User

Untitled

a guest
Oct 17th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. documentclass[tikz]{standalone}
  2. usepackage{pgfplots}
  3.  
  4. pgfplotsset{compat=newest}
  5.  
  6. begin{document}
  7. begin{tikzpicture}
  8. begin{axis}[ymode = {log}]
  9. addplot+ [ybar interval, mark=none, fill=blue, draw=white] coordinates {
  10. (0.0, 2.1940887816983409e-7)
  11. (0.1, 0.0002414449312833731)
  12. (0.2, 2.1755844184791984e-5)
  13. (0.3, 8.69705071299704e-6)
  14. (0.4, 3.0320720874795145e-6)
  15. (0.5, 6.87304919568155e-8)
  16. };
  17. end{axis}
  18. end{tikzpicture}
  19. end{document}
Add Comment
Please, Sign In to add comment