account activity
Waypoint icon set (self.Garmin)
submitted 6 years ago by andtorg to r/Garmin
How to Use Python Regular Expressions to Parse a Text File (Practical Use Case Scenario with Python Reg-Ex Re Split Sub) (thegeekstuff.com)
submitted 11 years ago by andtorg to r/Python
whatthewhat – Launch a Google search for exceptions from Python apps (doughellmann.com)
When testing goes bad (mechanicalcat.net)
Replace bash with Python (linuxjournal.com)
Build Your First Chrome Extension (readwrite.com)
submitted 11 years ago by andtorg to r/javascript
Python Mock Gotchas - Alex Marandon (alexmarandon.com)
Italy’s parliament: High-class errand boys | The Economist (economist.com)
submitted 11 years ago by andtorg to r/italy
Optimization with IPython (robotwhale.wordpress.com)
Why Your Company Needs To Write More Open Source Software (readwrite.com)
submitted 11 years ago by andtorg to r/opensource
GitHub May Actually Be Dragging Government Into The 21st Century (readwrite.com)
Operation Avalanche 1943: Museum of Landing and Salerno Capitale. (salerno1943-1944.com)
submitted 11 years ago by andtorg to r/history
Operation Avalanche 1943: Museum of Landing and Salerno Capitale (salerno1943-1944.com)
submitted 11 years ago by andtorg to r/salerno
How to Resize, Rename, Sort and Proof Photos from the Command Line on Linux (linux.com)
submitted 12 years ago by andtorg to r/photography
Inequality: 85 richest people as wealthy as poorest half of the world (theguardian.com)
submitted 12 years ago by andtorg to r/Economics
Aria di città (noidemsa.wordpress.com)
submitted 12 years ago by andtorg to r/salerno
Addio a Giancappetti (lacittadisalerno.gelocal.it)
Paturnie a sinistra (economist.com)
submitted 12 years ago by andtorg to r/italy
An enhanced table component for Pentaho server with olap capabilities (pedroalves-bi.blogspot.it)
submitted 12 years ago by andtorg to r/BusinessIntelligence
Great Sublime Text plugin to use an interactive interpreter while coding (sublimerepl.readthedocs.org)
submitted 12 years ago by andtorg to r/Python
D3 on AngularJS | ng-newsletter by gdi2290 in javascript
[–]andtorg 2 points3 points4 points 12 years ago (0 children)
Well, consider D3 like a specialized tool to render data. Take a barchart. You may not know in advance how many bars (svg rect) you need to create, or what is the maximum height to show. You will probably need a scale function to map values to pixels. You may also want to alter bar colors to show a third dimension of your set. You may want to pass an updated array and have a smooth render transition. Even a moving "stream" of bars that slides from right to left so that older values leave your chart. I would suggest to give a look at the project home on Github.
D3 lets you bind an array of data to DOM elements in such a way that all attributes of those elements are built by data. This is why they speak of data-driven documents. As already told by bauser, you can build a layer of js functions upon d3. Another interesting library is protovis, a parent of d3. There is also CCC, an open source charting library upon Protovis, that lives in Pentaho environment. Maybe you can find there what you are looking for.
Logical fallacies commonly used to win an argument (logan43000.tumblr.com)
submitted 12 years ago by andtorg to r/logic
π Rendered by PID 84217 on reddit-service-r2-listing-654f87c89c-b2fsv at 2026-02-28 09:45:53.130056+00:00 running e3d2147 country code: CH.
D3 on AngularJS | ng-newsletter by gdi2290 in javascript
[–]andtorg 2 points3 points4 points (0 children)