Search found 2 matches

by scales11
Fri Aug 24, 2012 11:07 am
Forum: General Discussion
Topic: include variables for jpgraph
Replies: 1
Views: 4440

Re: include variables for jpgraph

Here is some example results:
first attempt:(this is what I want to get working)
Image

second attempt:
Image

third attempt:
Image
by scales11
Thu Aug 23, 2012 4:25 pm
Forum: General Discussion
Topic: include variables for jpgraph
Replies: 1
Views: 4440

include variables for jpgraph

Hi all. I am having a simple problem with jpgraph. I have two files and I would like to pass a variable from one file to another(a jpgraph script with CSIM) so that it can be used to plot a chart. Below are my two files: main.php <html> Before plot: <br> <?php $datay=array(5,4,3,2,1); $datax=array(1...