Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. begin{figure}[!tbh]
  2. pgfsetfillcolor{white}
  3. pgfplotsset{width=15cm, height=9cm,compat=1.12}
  4. centering small
  5. begin{tikzpicture}[scale=1.0]
  6. begin{axis}[
  7. symbolic x coords = {1990, 1995, 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016},
  8. xtick=data,
  9. ylabel=Рівень автомобілізації{, } авт$ times $1000textsuperscript{-1},
  10. ylabel near ticks,
  11. xlabel=Роки,
  12. xlabel near ticks,
  13. x tick label style={rotate=90},
  14. bar width = 15pt
  15. ]
  16. addplot[ybar, fill=lightgray, nodes near coords]
  17. coordinates{
  18. (1990, 63)
  19. (1995,87)
  20. (2000,104)
  21. (2005, 109)
  22. (2006, 113)
  23. (2007, 115)
  24. (2008, 122)
  25. (2009, 133)
  26. (2010, 136)
  27. (2011, 142)
  28. (2012, 143)
  29. (2013, 162)
  30. (2014, 171)
  31. (2015, 173)
  32. (2016, 202)
  33. };
  34. end{axis}
  35. end{tikzpicture}
  36. caption{Динаміка зростання рівня автомобілізації в Україні за період 1990--2016 рокиlabel{pic_auto}}
  37. end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement