Add-on/Plug-in, Data Visualization New D3.js plugin: D3-electrophoresis released Author Nobuyuki Hirakata Date 2017/02/18 I made original code around four years ago as my first javascript / data-visualization...
Blender CGI, Data Visualization Blender: Python snippet to duplicate object on curves for data visualization Author Nobuyuki Hirakata Date 2016/03/03 I made the snippet that duplicates an object on curves. Also, the scale of...
Data Visualization D3.js and Blender: Vertical plot for CPI of Japan Author Nobuyuki Hirakata Date 2015/10/03 Notice: This is a post for exploratory purpose. If you want to know accurate...
Data Science, Programming Python: Snippet to convert csv into nodes-links json for D3.js network data Author Nobuyuki Hirakata Date 2015/06/25 Network data format of D3.js is commonly nodes-links json. The nodes contain id, ,name,...
Programming D3.js: D3 with Backbone.js-Marionette.js Author Nobuyuki Hirakata Date 2015/02/15 Marionette.js is a reliable sidekick of Backbone.js, and an almost de-facto plugin of the...
Data Visualization Yakuza 3D map with stacking symbols Author Nobuyuki Hirakata Date 2014/11/20 I made the 3D map of the Yakuza in Japan. In this map, the...
Data Visualization, Programming D3.js: Importing svg as chart element Author Nobuyuki Hirakata Date 2014/11/07 SVG is common visual data format on the web. You can fetch huge amount...
Blender CGI, Data Visualization Blender: python script to make UV spheres on curves’ locations Author Nobuyuki Hirakata Date 2014/11/03 This is my first Blender script. Motivation: I assume svg is a bridge between...
Data Visualization 3D worldmap by D3.js and Blender via SVG Author Nobuyuki Hirakata Date 2014/09/17 As is the case with the previous post, 3D chart by D3.js and Blender,...
Data Visualization 3D chart by D3.js and Blender, via SVG Author Nobuyuki Hirakata Date 2014/09/17 D3.js is data visualization library of Javascript which enable us to visualize data with...
Programming D3.js: Multi-select tooltip with g element. Author Nobuyuki Hirakata Date 2014/03/20 Hey guys. Today, I’d been attempting figure out what is the best to make...
Programming D3.js: A D3 snippet, to convert JSON of force layout into of hierarchy layout. Author Nobuyuki Hirakata Date 2014/01/18 D3,js is great library to create data visualization project, but some built-in apis need...