Reponsive D3 Venn Diagrams

Here is an outline of how I managed to use SVG elements ‘responsive’. I am be no means an expert by javascript, infact I would actually say I’m a copy and paste programmer when it comes to javascript. My trail of though on how you could make SVG elements reponsive is through jQuery. More specifically through $(window).resize. After defining a function which will draw the SVG element based on the browser size, then $(window). [Read More]

Open Source Data Analytics

Recently, I’ve been exploring outside other programming languages and ideas, in particular open source data analytics and d3. This space has really broaden my mind with what can be achieved outside the boundaries of SAS in data mining, especially with zero-installation modules and applications. Python has been my main weapon, making use of modules such as pyodbc pyper networkx has really allowed me to be able to extract (pyodbc), and perform analysis (pyper/R) and visualize data effectively (networkx). [Read More]