blob: 9d52566a555e4ef2b4d2152d5992d1a4cc0e9c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
% one more diagram, but with other parameters
\renewcommand{\placenumber}{\bottom}
\renewcommand{\betweenticks}{150}
\renewcommand\numbercolor{\black\bf}
\bardiagrambegin{10}{1000}{2cm}{1}{2}{1cm}{0.01cm}
\baritem{Jelger}{721}{green}
\baritem{Johan}{412}{red}
\baritem{Rikkert}{810}{yellow}
\baritem{Henk}{310}{wheat}
\baritem{Erwin}{542}{blue}
\drawlevellines
\bardiagramend{\large Cluster Users}{\large Jobs Submitted}
|