Created
March 23, 2010 11:54
-
-
Save alberto/341088 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newgraph | |
title : Burndown Chart | |
xaxis | |
label : Dias | |
size 5 | |
hash 1 mhash 0 no_auto_hash_labels | |
hash_labels hjr vjc font Helvetica | |
hash_labels rotate 90 | |
hash_label at 0 : Lunes | |
hash_label at 1 : Martes | |
hash_label at 2 : Miercoles | |
hash_label at 3 : Jueves | |
hash_label at 4 : Viernes | |
yaxis size 5 hash 5 label : Puntos de historia | |
newcurve pts 0 49 4 0 linetype solid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
jgraph -P -L burndown-1-week.jgr | ps2pdf - burndown.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment