Because I always forget how to do the same things, over and over again
See also: R stats cheat sheet
Helpful links:
| { | |
| "version": 8, | |
| "name": "OSM Liberty", | |
| "metadata": { | |
| "maputnik:license": "https://github.com/maputnik/osm-liberty/blob/gh-pages/LICENSE.md", | |
| "maputnik:renderer": "mbgljs", | |
| "openmaptiles:version": "3.x" | |
| }, | |
| "sources": { | |
| "natural_earth_shaded_relief": { |
Because I always forget how to do the same things, over and over again
See also: R stats cheat sheet
Helpful links:
| <!-- Generated by ai2html v0.92.0 - 2019-08-20 16:50 --> | |
| <!-- ai file: ai2html-center-max-width-test.ai --> | |
| <style type='text/css' media='screen,print'> | |
| #g-ai2html-center-max-width-test-box { | |
| max-width:600px; | |
| } | |
| #g-ai2html-center-max-width-test-box, | |
| #g-ai2html-center-max-width-test-box .g-artboard { | |
| margin:0 auto; |
Because I always forget how to do the same things, over and over again
See also: Pandas cheat sheet
Helpful links:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/evn python | |
| import csv | |
| import json | |
| import sys | |
| from sets import Set | |
| def main(): | |
| """ |
| my_map = {} | |
| crazier_tho = {} | |
| def main(): | |
| my_map = { | |
| 'hello': 'hi' | |
| } | |
| print my_map | |
| printMyMap() |
| GENERATED_FILES = \ | |
| build/ne_10m_admin_1_states_provinces.shp \ | |
| build/ne_10m_admin_0_countries.shp \ | |
| public/ukraine.json | |
| LIBRARY_FILES = \ | |
| public/lib/d3.v3.min.js \ | |
| public/lib/topojson.v1.min.js \ | |
| BOUNDS = 19.0 43.2 42.3 53.3 |
| <link rel="stylesheet" href="http://andreruffert.github.io/rangeslider.js/bower_components/rangeslider.js/dist/rangeslider.css"> | |
| <script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | |
| <script type='text/javascript' src="http://andreruffert.github.io/rangeslider.js/bower_components/rangeslider.js/dist/rangeslider.min.js"></script> | |
| <br /> | |
| <input id='range-0' type="range" min="10" max="1000" step="10" value="300"> | |
| <br /> | |
| <br /> | |
| <input id='range-1' type="range" min="10" max="1000" step="10" value="300"> |
Example for d3-star-plot with interaction
Data source: https://www.mathstat.strath.ac.uk/outreach/nessie/nessie_whisky.html