TNET/JPgraph problems
Posted: Tue 29 Sep 2015 9:12 am
I see lots of people talking about using the TNET graphs using JPgraph but I'm having problems making it work (I downloaded the package (v3.1) from TNET web site).
I've installed JPgraph and the TNET package, but some of the graphs just don't work. Looking at the PHP code shows that in temp.php (amongst instance), $chrs is undefined - easily worked around by adding $chrs=''
But winddir.php has no definition of the $z array, which is used to create the scatterplot.
Would appreciate any thoughts, particularly on what's missing with the $z array.
Thanks
I've installed JPgraph and the TNET package, but some of the graphs just don't work. Looking at the PHP code shows that in temp.php (amongst instance), $chrs is undefined - easily worked around by adding $chrs=''
But winddir.php has no definition of the $z array, which is used to create the scatterplot.
Would appreciate any thoughts, particularly on what's missing with the $z array.
Thanks