Skip to content

Instantly share code, notes, and snippets.

@vjpgo
vjpgo / PY0101EN-5-2-Numpy2D.ipynb
Created April 17, 2019 01:30
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vjpgo
vjpgo / PY0101EN-5-1-Numpy1D.ipynb
Created April 17, 2019 01:20
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vjpgo
vjpgo / _.md
Created February 1, 2013 16:23
Tributary inlet
@vjpgo
vjpgo / _.md
Created February 1, 2013 16:20
Tributary inlet
@vjpgo
vjpgo / _.md
Last active December 12, 2015 01:38
Tributary inlet
@vjpgo
vjpgo / _.md
Created February 1, 2013 15:58
Simple multi-line chart2
@vjpgo
vjpgo / index.html
Created February 1, 2013 04:08
d3.js major minor tick style 3
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis text {
font: 10px sans-serif;
}
.axis path {
fill: none;
@vjpgo
vjpgo / index.html
Created February 1, 2013 04:04
d3.js major minor tick style 2
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis text {
font: 10px sans-serif;
}
.axis path {
fill: none;
@vjpgo
vjpgo / index.html
Last active December 12, 2015 01:09
d3.js major minor tick style 1
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis text {
font: 10px sans-serif;
}
.axis path {
fill: none;
@vjpgo
vjpgo / index.html
Created January 31, 2013 23:26
d3 minor lines 6
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis text {
font: 10px sans-serif;
}
.axis path, .axis line {
fill: none;