Hi,
I do use JPGraph for ploting some data.
I compute the data and generate to sets of DATA.
$X and $Y.
I have also written a plot.php file where run my plot.
What I want to do is something like below?
Dos anyone know it is possible? Cause I cannot post the Array values.
<img src=plot.php?X= $X&Y=$Y>
The plot.php sends the header as a PNG file and generate the plot.
Regards...
I do use JPGraph for ploting some data.
I compute the data and generate to sets of DATA.
$X and $Y.
I have also written a plot.php file where run my plot.
What I want to do is something like below?
Dos anyone know it is possible? Cause I cannot post the Array values.
<img src=plot.php?X= $X&Y=$Y>
The plot.php sends the header as a PNG file and generate the plot.
Regards...
Comment