Here is a snippet of code
$gr[0] = init_graph($xmin,$xmin,$xmax,$xmax,'axes'=>[0,0], grid=>[4,4]);
$gr[0]->lb('reset');
$gr[0]->lb(new Label(03,-0.25,"\pi ",'black','center','middle'));
This is obviously not giving me what I want. Any suggestions?
Thanks