Skip to content

Instantly share code, notes, and snippets.

View nitaku's full-sized avatar

Matteo Abrate nitaku

  • IIT CNR
  • Pisa, Italy
View GitHub Profile
@nitaku
nitaku / README.md
Last active May 5, 2017 11:02
Isolario Powergraph Treemap

A cascaded treemap showing the hierarchy computed by a power graph analysis of a graph containing about 50K nodes and 100K links. The resulting treemap contains many flat regions (i.e., regions with many nodes at the same depth).

@nitaku
nitaku / README.md
Last active February 1, 2017 16:52
Vue.js custom render

A Vue.js custom render function is used to display a customizable box containing text or list sections.

@nitaku
nitaku / README.md
Last active February 1, 2017 10:52
Vue.js shared state

Like in the previous example, two Vue.js components are instantiated, each one displaying a different matrix of numbers. In this example, the two views have a notion of shared selection (the orange square). You can click another square to change the selection in both views.

@nitaku
nitaku / README.md
Last active February 1, 2017 10:54
Vue.js Matrix Component

This example uses Vue.js components to create a custom tag for a simple matrix diagram.

@nitaku
nitaku / README.md
Last active February 3, 2017 15:23
Vue.js bar chart component

An exercise that displays three flexible bar chart components linked to the same data, using vue.js.

@nitaku
nitaku / README.md
Last active January 26, 2017 11:47
Vue.js bar chart

A very simplistic bar chart made with Vue.js.

@nitaku
nitaku / README.md
Created November 14, 2016 12:53
Neuron
@nitaku
nitaku / README.md
Created November 11, 2016 10:55
Hierarchical adjacency matrix
@nitaku
nitaku / README.md
Last active November 9, 2016 20:36
Rectangular adjacency matrix V

Another rectangular adjacency matrix as in the previous example, this time using a color scale to convey the magnitude of a link's weight. The example random data shows the energy consumption of a hypotetical office, according to time of day and day of week.

@nitaku
nitaku / README.md
Created October 27, 2016 12:21
Knowledge Graph Infobox