Last week I got faced with two very interesting libraries.
Protovis
Protovis uses JavaScript and SVG for web-native visualizations. Protovis composes custom views of data with simple marks such as bars and dots.
Protovis
Protovis uses JavaScript and SVG for web-native visualizations. Protovis composes custom views of data with simple marks such as bars and dots.
Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction.
jStat is a statistical library written in JavaScript that allows you to perform advanced statistical operations without the need of a dedicated statistical language (i.e. MATLAB or R).
Comments
Post a Comment