Links

Cytoscape Web: embed network graphs into HTML

  • ... a reusable component that allows you to embed networks within HTML documents.
  • ... easily integrated in HTML via its Javascript API.
  • ... customisable in what data it loads and how it visually displays that data.
  • ... an open source project to which anyone can contribute.

Fgiajbbf

http://cytoscapeweb.cytoscape.org/
http://www.cytoscape.org/

Filed under  //   LGPL   graphs   html   network   ui   web  
Posted September 19, 2011 by email 

AChartEngine: charting library for Android

AChartEngine 

is a charting library for Android applications. It currently supports the following chart types:
  • line chart
  • area chart
  • scatter chart
  • time chart
  • bar chart
  • pie chart
  • bubble chart
  • doughnut chart
  • range (high-low) bar chart
  • dial chart / gauge
  • combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart
  • cubic line chart
All the above supported chart types can contain multiple series, can be displayed with the X axis horizontally (default) or vertically and support many other custom features. The charts can be built as a view that can be added to a view group or as an intent, such as it can be used to start an activity.

http://code.google.com/p/achartengine/

(download)

Filed under  //   android   asl   charts   graphs   opensource  
Posted September 1, 2011 by email 

Peity: jQuery sparkline plugin to convert HTML data into mini pie, line, or bar charts

Peity (sounds like deity) is a simple jQuery plugin that converts an element's content into a simple <canvas> mini pie line or bar chart.

https://github.com/benpickles/peity

http://benpickles.github.com/peity/

(download)

Filed under  //   charts   graphs   javascript   jquery   oss   plugin   ui   web  
Posted April 27, 2011 by email 

Smoothie Charts: charting library for live streaming data

Smoothie Charts is a really small charting library designed for live streaming data. It was built to reduce the headaches getting from watching charts jerkily updating every second.

Image001

http://smoothiecharts.org/

http://joewalnes.com/2010/08/10/introducing-smoothie-charts/

https://github.com/joewalnes/smoothie/

Filed under  //   charts   data   graphs   javascript   streaming  
Posted March 10, 2011 by email 

d3: JavaScript library for manipulating documents based on data

D3.js is a small, free JavaScript library for manipulating documents based on data.

D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

D3 is not a traditional visualization framework. Rather than provide a monolithic system with all the features anyone may ever need, D3 solves only the crux of the problem: efficient manipulation of documents based on data. This gives D3 extraordinary flexibility, exposing the full capabilities of underlying technologies such as CSS3, HTML5 and SVG. It avoids learning a new intermediate proprietary representation. With minimal overhead, D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation. And, for those common needs, D3’s functional style allows code reuse through a diverse collection of optional modules.

Image001

http://mbostock.github.com/d3/

https://github.com/mbostock/d3

Via O’Reilly Radar (http://radar.oreilly.com/2011/03/four-short-links-8-march-2011.html)

Filed under  //   graphs   javascript   ui   visualization   web  
Posted March 8, 2011 by email 

Highcharts: commercial charting library written in JavaScript

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.

Commercial or free for Non-commercial

http://www.highcharts.com/

(download)

Filed under  //   charts   commercial   graphs   javascript   ui   web  
Posted March 2, 2011 by email 

Gephi: visualization platform for networks and complex systems, dynamic and hierarchical graphs

Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.

Gephi is a tool for people that have to explore and understand graphs. Like Photoshop but for data, the user interacts with the representation, manipulate the structures, shapes and colors to reveal hidden properties. The goal is to help data analysts to make hypothesis, intuitively discover patterns, isolate structure singularities or faults during data sourcing. It is a complementary tool to traditional statistics, as visual thinking with interactive interfaces is now recognized to facilitate reasoning. This is a software for Exploratory Data Analysis, a paradigm appeared in the Visual Analytics field of research.

Runs on Windows, Linux and Mac OS X. Gephi is open-source and free.

http://gephi.org/

(download)

Filed under  //   graphs   java   networks   systems   visualization  
Posted February 16, 2011 by email 

JavaScript InfoVis Toolkit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.

http://thejit.org/

(download)

Filed under  //   graphs   javascript   ui   web  
Posted July 6, 2010 by email 

Neo4j: object graph database

Neo4j is a graph database. It is an embedded, disk-based, fully transactional Java persistence engine that stores data structured in graphs rather than in tables. A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development.   Licence: APGLv3/commercial   http://neo4j.org/

Presentation:
http://jaoo.dk/aarhus-2009/file?path=/jaoo-aarhus-2009/slides/EmilEifremA9m_Neo4jTheBenefitsOfGraphDatabases.pdf

 
 
 

(download)

Filed under  //   database   graphs   java   neo4j  
Posted October 9, 2009 by email