Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Help : Php Frequency Polygon, How to use php ad mysql to make a frequency Polygon
electron
post Jan 9 2007, 07:37 AM
Post #1


Premium Member
********

Group: Members
Posts: 162
Joined: 10-May 06
Member No.: 23,375



I want to create a frequency polygon in php using the image feature(GD library)
The data consists of 2 colums: Time (in timestamp format) and Frequency(eg sales, price, profits, etc) of Data.
Time is to be ploted on the X- axis and Frequency is to be plotted on the Y-axis.
The time range can be in hours, days, weeks, months, years, or can be a specified range .eg. frequency of data from 9:00 am to 12m or from 1/1/2005 - 1/7/2006.
So accordingly the script should adjust time on the X-axis. Note the user should only specify from the start time to the end time which could be days ,months, yrs etc
The data would be stores in MYSQL DB .
Pls tell me how to do it or are there readily available scripts suitable to my requirements.

Pls Reply smile.gif
Go to the top of the page
 
+Quote Post
slu
post Jan 9 2007, 09:01 AM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 27
Joined: 22-June 05
Member No.: 8,557



QUOTE(electron @ Jan 9 2007, 09:37 AM) *

Pls tell me how to do it or are there readily available scripts suitable to my requirements.


Check out phpchartPlus and Libchart. They offer similar features for generating charts. Both are free to use.


Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



- Lo-Fi Version Time is now: 8th October 2008 - 11:11 AM