jacomyal | 5 months ago | on: Gephi Lite
jacomyal's comments
jacomyal | 6 months ago | on: Data Viz Color Palette Generator (For Charts and Dashboards)
Also, I have personally been using iWantHue to generate large palettes for more than 10 years now, and I'm still very happy about it: https://medialab.github.io/iwanthue/
jacomyal | 9 years ago | on: Ask HN: Data visualization consultant
You can check this Google Group[0] to see actual requests (full-time jobs, part-time jobs and limited prestations).
jacomyal | 11 years ago | on: Artoo, the client-side scraping companion
But combining both would be nice to make it possible to automatize scrapers that have been developed quickly directly in the browser with artoo.
jacomyal | 11 years ago | on: Artoo, the client-side scraping companion
jacomyal | 12 years ago | on: Sigma.js, a JavaScript library dedicated to graph drawing
After that, check how sigma rescales the nodes and edges in the related wiki page:
https://github.com/jacomyal/sigma.js/wiki/Settings#wiki-resc...
jacomyal | 12 years ago | on: Sigma.js, a JavaScript library dedicated to graph drawing
jacomyal | 12 years ago | on: Sigma.js, a JavaScript library dedicated to graph drawing
jacomyal | 12 years ago | on: Sigma.js, a JavaScript library dedicated to graph drawing
Also, sigma does provide in a plugin a force-directed layout, ForceAtlas2, initially developed for Gephi.
jacomyal | 12 years ago | on: Sigma.js, a JavaScript library dedicated to graph drawing
The main difference is that sigma only deals with graphs drawing, so it deals without effort with drag and drop (mouse or touch), scaling the graph to the screen, smooth zooming (with mousewheel or pinch)...
jacomyal | 13 years ago | on: Subreddit connections
Also, canvas is faster in Chrome. For instance, here is one benchmark about layered canvases (sigma.js actually layers different canvases): http://jsperf.com/layered-canvases/9
So, it is actually "best viewed in Google Chrome", despite it is indeed standards compliant.
jacomyal | 14 years ago | on: Sigma.js: a lightweight JavaScript library to draw graphs
About the features to come, you can check https://github.com/jacomyal/sigma.js/blob/master/TODO.txt to see what will come soon. Also, of course, don't hesitate to add some ideas you have in that list :)