Re: Gantt charts in Functional PostScript
cpratt-UYko1UTVIqz2fBVCVOL8/[email protected]
| Newsgroups | gmane.org.ballistichelmet.lambda |
|---|---|
| Message-ID | <[email protected]> |
Thanks. Definitely cool, but is this what you stay up til 2 am doing? -c Quoting dvanhorn <[email protected]>: > Here's a script for making PostScript illustrations of Gantt charts for > process schedules that I wrote to help typeset my Operating Systems > homework. > > Run gantt.scm process-id process-cpu-burst-time ... listing ids and > burst time > pairs in the order the processes are to be executed to get a chart. > > Eg. gantt.scm 2 1 5 5 1 10 3 2 4 1 produces gantt.ps (attached) that > contains > an illustration like this: > ____ ____________ ______________________ ______ ____ > | | | | | | > | P2 | P5 | P1 | P3 | P4 | > |____|____________|______________________|______|____| > 0 1 6 16 18 19 > > -d > >