<?php include('../chord/chord.inc.php'); $c = new chord(array('x',3,2,0,1,0)); $c->setShowZeros(false); $c->draw(); ?>