Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. begin{tikzpicture}
  2. centering
  3. begin{axis}[
  4. ymin=0, ymax=50,
  5. minor y tick num = 2,
  6. axis background/.style={fill=gray!5},
  7. area style,
  8. xticklabel=pgfkeys{/pgf/number format/.cd,fixed,precision=1,zerofill}pgfmathprintnumber{tick}x,
  9. yticklabel=pgfkeys{/pgf/number format/.cd,fixed,precision=0,zerofill}pgfmathprintnumber{tick}%,
  10. xlabel={EV/EBIT},
  11. ylabel={Frequency}],
  12. ]
  13. addplot+ [ybar interval,mark=no, fill={rgb:red,0;green,47;blue,135},draw=gray!5] plot coordinates { (0, 0) (5, 7.6) (10, 40.1) (15, 30.5) (20, 10.7) (25, 4.1) (30, 2.4) (35, 1.4) (40, 1.0) (45, 0.7) (50, 0.4)};
  14. end{axis}
  15. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement