Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. begin{tikzpicture}
  2. centering
  3. begin{axis}[
  4. ymin=0, ymax=8000,
  5. minor y tick num = 2,
  6. axis background/.style={fill=gray!5},
  7. area style,
  8. ]
  9. addplot+ [ybar interval,mark=no, fill={rgb:red,0;green,47;blue,135},draw=gray!5] plot coordinates { (0, 32) (5, 1228) (10, 6658) (15, 5060) (20, 1786) (25, 684) (30, 404) (35, 228) (40, 165) (45, 119) (50, 72)};
  10. end{axis}
  11. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement