links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "graph",

Top "graph" experts: yago, otis, fromsimpy, hatdragon, burtonator, adam,

1 - 10 of 17 next »   Watch mshook
 
Features: * Multiple Data Representations: Treemaps, Radial Layouts, HyperTrees/Graphs, SpaceTree-like Layouts, and more... * Major Browsers Support: IE6+, Firefox2+, Safari3+, Opera9.5+ * Open Source: Licensed under the BSD License * Library Agnostic: You may use the JIT with your favorite DOM manipulation framework * Extensible: All visualization classes are mutable, so you can easily add/override any method you want. * Composable: Visualizations can be combined in order to create new visualization methods.
by mshook 2009-08-08 20:01 cool · javascript · processing · visualization · graph · json · tree · map · demo · source
http://thejit.org/ - cached - mail it - history
jQuery Google Charts 1.0

Copyright (c) 2008 Massimiliano Balestrieri
Examples and docs at: http://maxb.net/blog/
Licensed GPL licenses:
http://www.gnu.org/licenses/gpl.html

Basic usage:

var api = new jGCharts.Api(); 
jQuery('') 
.attr('src', api.make({data : [[153, 60, 52], [113, 70, 60], [120, 80, 40]]})) 
.appendTo("#bar1");

Html:

Basic scripts (use packed version in production):
via http://www.ajaxline.com/best-jquery-plugins-june-2009
by mshook 2009-07-21 23:04 jquery · library · google · visualization · gadget · graph · chart · via · javascript
http://www.maxb.net/scripts/jgcharts/include/demo/ - cached - mail it - history
Networks of coupled dynamical systems have been used to model ... and many other self-organizing systems. Ordinarily, the connection topology is assumed to be either completely regular or completely random. But many biological, technological and social networks lie somewhere between these two extremes. Here we explore simple models of networks that can be tuned through this middle ground: regular networks 'rewired' to introduce increasing amounts of disorder. We find that these systems can be highly clustered, like regular lattices, yet have small characteristic path lengths, like random graphs. We call them 'small-world' networks, by analogy with the small-world phenomenon (popularly 6 degrees of separation. The neural network of the worm Caenorhabditis elegans, the power grid of the western United States, and the collaboration graph of film actors are shown to be small-world networks.
by mshook 2009-07-18 12:10 via · saved · max · emergence · network · graph · theory · example · nature · marvel · 1998 · july · 2009
http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&uid=9623998&cmd=showdetailview&indexed=google - cached - mail it - history
  • http://www.pachube.com/feeds/2168
  • http://apps.pachube.com/
  • http://menlopark.dcontinuum.com/power/
  • http://dcontinuum.com/content/
by mshook 2009-06-29 17:54 interesting · graph · google · gadget · energy · emon · social · sernsor · ma · massachusetts · mashup · javascript · map · boston · eclectic · mit · olpc · id · tea
http://mshook.appspot.com/z/d4m.htm?/mshook/29+june+2009+a - cached - mail it - history
by mshook 2009-06-14 20:37 emon · electricity · energy · power · maine · bangor · meter · graph · usage
http://www.bhe.com/residential/ami/amr_SearchForm.cfm - cached - mail it - history
by mshook 2009-06-10 16:46 processing · visualization · notes · javascript · language · graph · howto · gnb
http://www.google.com/notebook/public/17894154587286929730/BDSMJSwoQ8ebgrpwk - cached - mail it - history
<script type="text/javascript" src="http://willarson.com/code/sparklines/processing.js"></script>
<script type="text/javascript" src="http://willarson.com/code/sparklines/sparklines.js"></script>
<script>
var setup_sparklines = function() {
  var opts = {};
  var data = [100,500,300,200,400,500,400,400,100,200];
  new Sparkline('simple1', data).draw();
};
</script>

<p> A simple sparkline. </p>
<pre><code>var data = [100,500,300,200,400,500,400,400,100,200];
new Sparkline('simple1', data).draw();</code></pre>
<canvas width="300" height="50" id="simple1" ></canvas>
<script>
setup_sparklines();
</script>
http://willarson.com/code/sparklines/sparklines.html
by mshook 2009-06-10 11:44 experiment · processing · graph · data · visualization · 10 · june · 2009 · a · javascript · b
http://mshook.appspot.com/z/d4m.htm?/mshook/10+june+2009+b - cached - mail it - history

A simple sparkline.

var data = [100,500,300,200,400,500,400,400,100,200];
new Sparkline('simple1', data).draw();
by mshook 2009-06-10 11:18 experiment · processing · graph · data · visualization · 10 · june · 2009 · a · javascript
http://mshook.appspot.com/z/d4m.htm?/mshook/10+june+2009+a - cached - mail it - history
  1. Flot
  2. Flotr
  3. fgCharting
  4. PlotKit
  5. JavaScript Diagram Builder
  6. Emprise JavaScript Charts
  7. Dynamic Drive Pie Graph
  8. Dynamic Drive Line Graph
  9. Canvas 3D Graph
  10. Dojo Charting Engine
by mshook 2009-06-08 15:07 graph · javascript · library · code · chart · list
http://sixrevisions.com/javascript/graph_chart_plot_data_javascript/ - cached - mail it - history
1 - 10 of 17 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates