什么是最快,纯粹的Javascript,图形可视化工具包? [英] What's the fastest, pure Javascript, Graph visualization toolkit?

查看:149
本文介绍了什么是最快,纯粹的Javascript,图形可视化工具包?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个问题是关于绘制图的工具包(由顶点和边组成的那些东西),而不是通用图。

该工具必须能够获得一组顶点和边,计算它们的布局,并使用与HTML5兼容的canvas标记或SVG显示它们。



基于Flash的工具和java applet是作为统一的基准,请测量并报告工具包需要多长时间来布局和绘制一个包含100个顶点和5个边的Barabasi-Albert图节点。



这个python lybrary演示了如何生成它并将其导出为多种格式:

http://networkx.lanl.gov/tutorial/tutorial.html#图表生成器和图表操作



请指明浏览器和CPU。

解决方案

JavaScript InfoVis Toolkit 非常棒,我还没有看到它的竞争对手。


This question is about toolkits which draw graphs (those things composed of vertices and edges), not generic plots.

The tool must be able to get a set of vertices and edges, calculate their layout, and display them either using the canvas tag, or SVG, that is be compatible with HTML5.

Flash-based tools and java applets are out.

to serve as unified benchmark, please measure and report how long it takes for the toolkit to layout and draw a Barabasi-Albert graph with 100 vertices and 5 edges per node.

This python lybrary shows how to generate it and exports it to many formats:

http://networkx.lanl.gov/tutorial/tutorial.html#graph-generators-and-graph-operations

Please indicate browser and CPU.

解决方案

JavaScript InfoVis Toolkit is awesome and i have not seen a competitor to it.

这篇关于什么是最快,纯粹的Javascript,图形可视化工具包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆