Some notes on remote debugging mac builds on Travisci. It's hard to tell when something hangs what the cause it. Trial and error via commits is tedious. And on Mac, sometimes it's the gui asking for input. So I worked my around to get the access I needed for faster debugging a build.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Line Graph with Dual-scaled Axes using SVG and d3.js</title> | |
<script src="http://mbostock.github.com/d3/d3.v2.js"></script> | |
<script> | |
// d3.legend.js | |
// (C) 2012 [email protected] | |
// MIT licence | |
(function() { |
- allow users to pass in a custom function that will compute the median and conf. intervals (my idea).
- ready for a PR/code review
- pretty much done
- DONE: fix docstring about conflicting options (
usermedians+conf_intervals
vsci_fxn
)
- option for monochrome boxplot
- ready for a PR/code review
- started -- interactive tinkering indicates it's in good shape