如何在 PHP 中创建钟形曲线图
http://support.microsoft.com/kb/213930 显示“如何创建钟形曲线图表”。我需要使用尽可能接近 php 的东西来自动化此操作。如果有人可以向我指出一些库/API 等,这将使这变得容易,我将非常感激......
http://support.microsoft.com/kb/213930 shows "How to Create a Bell Curve Chart". I need to automate this with something that is as close to php as possible. Would really appreciate if someone can point me to some library/api etc that'll make this easy ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想直接使用 GD 库制作图表,您可以考虑:
jpgraph 和 libchart。
我以前使用过libchart,但从未制作过钟形曲线。
下面是 jpgraph 中制作一种钟形曲线的示例:
If you do not want to make the chart directly with the GD library you could consider:
jpgraph and libchart.
I have used libchart before, but never to make a bell curve.
Here is an example in jpgraph that makes a type of bell curve: