Hi, I need to reproduce graphs like this: I need to do this dynamically and output as an image for storage. Does anyone know what sort of graph this is? I have looked at a few PHP graph APIs and cannot seem to find a graph like this? Is the only way going to to manually plot using GD? Any help appreciated, thanks! Will
I would say that is something that you will need to do manually. The above scenario is more like a best case scenario, you will need to add accurate translations of the coordinates in the event that no two scores are alike. This sounds like a fun math problem.