<?php use jlawrence\eos\Graph /* test page for the EOS classes */ //define the size of the graph x/y Graph::graph("2*x^2+5", -10, 10, null, true, false, -10, 10); Graph::outPNG(); ?>
info at phpclasses dot org