Skip to content

Instantly share code, notes, and snippets.

@domitry
domitry / index.html
Created August 16, 2014 14:22
Example for Nyaplotjs
<html lang='en'>
<head>
<title>Nyaplotjs example -- Heatmap</title>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='https://rawgit.com/domitry/Nyaplotjs/master/release/nyaplot.js'></script>
</head>
<body>
<div id='vis'></div>
<script>
var data1 = [], MAX=50, MIN=0;
@domitry
domitry / index.html
Created August 17, 2014 01:03
Example of Nyaplotjs (Vectors)
<html lang='en'>
<head>
<title>Nyaplotjs example -- Vector field</title>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='https://rawgit.com/domitry/Nyaplotjs/master/release/nyaplot.js'></script>
</head>
<body>
<div id='vis'></div>
<script>
var data1 = [], MAX=50, MIN=0;
@domitry
domitry / index.html
Created August 17, 2014 01:23
Example for Nyaplotjs (Bubble chart)
<html lang='en'>
<head>
<title>Nyaplotjs example -- Scatter</title>
<script src='http://d3js.org/d3.v3.min.js'></script>
<script src='https://rawgit.com/domitry/Nyaplotjs/master/release/nyaplot.js'></script>
</head>
<body>
<div id='vis'></div>
<script>
var data1 = [], MAX=50, MIN=0;

応募者名

西田 直樹

担当者名

西田 直樹

連絡先電子メールアドレス

[email protected]

略歴

@domitry
domitry / hoge.md
Last active August 29, 2015 14:08

☗ Mikon

Gem Version

top

Mikon is a flexible data structure for Ruby language, inspired by data.frame of R and Pandas of Python. Its goal is to make it easy to manipulate the real data, apply statistical function to it and visualize the result in Ruby language.

It is compatible with Nyaplot::DataFrame and Statsample::Vector, and most methods the both gem have can be applied to Mikon's data structure.

FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -y g++ python-dev python-pip python-zmq libatlas-base-dev libzmq3-dev git curl
# ipython
RUN pip install ipython jinja2 tornado
# ruby
RUN apt-get install -y ruby2.0 ruby2.0-dev libssl-dev
@domitry
domitry / Gillespie1.ipynb
Created December 11, 2014 10:01
hogehogenya
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@domitry
domitry / Gillespie3.ipynb
Created December 12, 2014 08:08
Nyaaaaaaaaaaaaaaaaa
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.