Skip to content

Instantly share code, notes, and snippets.

View chuckpr's full-sized avatar
😃

Charles Pepe-Ranney chuckpr

😃
View GitHub Profile

First D3.js plot!!!

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:10 — forked from mbostock/.block
responder hierarchical bar chart

Forked from a Mike Bostock example. Click on the bars to drill down into the categories.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
responder count bar

Simple bar chart with hover. Learning D3.js...

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
grouped responder count bar chart with hover

This is just a demo of using CSS for hover interaction in a D3.js bar chart.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
ordination simple scatter

Just another simple D3.js scatter plot.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
ordination scatter with brushing

Demonstration of brushing for a D3.js scatter plot. Drag a rectangle in the plot area to highlight points.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
ordination with brush and clickable legend

Click the legend to turn a series of points on or off. 13C cellulose DNA-SIP data.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
ordination with color change button

Clicking on the "CHANGE COLOR" text changes the color scheme for the points. The top legend is clickable allowing each series of points to be hidden. This data is from a 13C cellulose DNA-SIP experiment.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
simple l2fc scatter

Another scatter plot example with ordinal x-axis and continuous y-axis.

@chuckpr
chuckpr / README.md
Last active August 29, 2015 14:11
simple l2fc scatter with brushing

This is another example of brushing with a D3.js scatter plot. Drag a rectangle to highlight points.