3d scatter chart

74 views
Skip to first unread message

macox

unread,
Jun 15, 2011, 12:31:51 AM6/15/11
to google-c...@googlegroups.com
Hi,

I have a MySQL database where I have three values, x, y, z. I want to make a 3d scatter chart with these points. I am looking for examples how I can bring the points from a MySQL database and plot them on a chart. Any help will be appreciated.

Regards.
Mac

duniyadnd

unread,
Jul 14, 2011, 4:37:54 PM7/14/11
to google-c...@googlegroups.com
You probably have PHP that will pull the data from your MySQL database (look up mysql_query() mysql_result() and mysql_fetch_row/mysql_fetch_array/mysql_fetch_object on how to do that from www.php.net

Once you pulled the data, you would need to echo that out and populate that information into an image src attribute. e.g. <img src="chart_information_and_your_variables_go_here">
Reply all
Reply to author
Forward
0 new messages