Philippe Rivière
Philippe Rivière
as per https://github.com/d3/d3-drag/issues/27#issuecomment-342212672 ; a starting point might be https://bl.ocks.org/Fil/a034e32156b7b25ee9054c1bc50dc0ca without the fancy & random stuff
``` print_link = soup.findAll('a', href=re.compile('http://dyn.politico.com/printstory.cfm.*'))[0].get('href') IndexError: list index out of range ``` indeed politico's pages don't have this kind of print_link anymore
## Steps To Reproduce The Error ```sh ❯ echo "hello" > file.png ❯ imageoptim --imagealpha file.png i Running ImageAlpha... ! Command failed with exit code 2 (ENOENT): /Applications/ImageAlpha.app/Contents/MacOS/pngquant --ext=.png --force...
In the README we often have this sentence about the accessor to d3.extent and other reduction methods: "An optional *accessor* function may be specified, which is equivalent to calling Array.from...
see the implementation in https://observablehq.com/@fil/d3-gmdn
d3.rollmean, d3.rollmin, d3.rollmax (median? sum? exponential? geometric?) see https://www.rdocumentation.org/packages/zoo/versions/1.8-8/topics/rollmean API could be d3.rollmean(steps, values, [accessor]) (?)
demo: https://observablehq.com/@d3/multiline-tick-labels-609
Here's a proposal for #64 ## title axis.title([*title*]) sets a title, which creates a text element towards the tip of the axis. - The precise positioning is not as beautiful...
> on ff android vertical pan is a little janky - address bar keeps moving up and down. > Same in v1 - not a regression or anything (reported by...