Skip to content

Instantly share code, notes, and snippets.

@alberto
Created March 23, 2010 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alberto/341088 to your computer and use it in GitHub Desktop.
Save alberto/341088 to your computer and use it in GitHub Desktop.
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
#!/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