Skip to content

Commit

Permalink
Merge pull request #421 from jGaboardi/scalebar
Browse files Browse the repository at this point in the history
using a true scalebar in notebook plots
  • Loading branch information
jGaboardi authored Feb 19, 2020
2 parents 8fbfddd + e877c5e commit 7529c91
Show file tree
Hide file tree
Showing 82 changed files with 2,576 additions and 2,873 deletions.
Binary file added docs/_images/notebooks_facility-location_26_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_27_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_32_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_38_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_46_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_52_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_56_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_60_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_64_0.png
Binary file not shown.
Binary file added docs/_images/notebooks_facility-location_72_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_facility-location_73_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/notebooks_network-analysis_43_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_network-analysis_44_0.png
Binary file not shown.
Binary file added docs/_images/notebooks_network-analysis_46_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/notebooks_network-analysis_47_0.png
Diff not rendered.
Binary file added docs/_images/notebooks_network-analysis_49_0.png
Binary file removed docs/_images/notebooks_network-analysis_50_0.png
Diff not rendered.
Binary file added docs/_images/notebooks_quickstart_30_0.png
Binary file removed docs/_images/notebooks_quickstart_31_0.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
134 changes: 60 additions & 74 deletions docs/_sources/notebooks/connected-components.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:41.750137Z",
"start_time": "2020-02-05T19:14:41.410659Z"
"end_time": "2020-02-19T01:29:45.067202Z",
"start_time": "2020-02-19T01:29:44.649468Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2020-02-05T14:14:41-05:00\n",
"2020-02-18T20:29:45-05:00\n",
"\n",
"CPython 3.7.3\n",
"IPython 7.10.2\n",
Expand All @@ -57,27 +57,13 @@
"%watermark"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**In addtion to the base** **[spaghetti requirements](https://github.com/pysal/spaghetti/blob/master/requirements.txt)** **(and their dependecies), this notebook requires installations of:**\n",
"\n",
"* [geopandas](http://geopandas.org)\n",
" * `$ conda install -c conda-forge geopandas`\n",
"* [matplotlib](https://matplotlib.org)\n",
" * `$ conda install matplotlib`\n",
" \n",
"-----------------------"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.506815Z",
"start_time": "2020-02-05T19:14:41.757974Z"
"end_time": "2020-02-19T01:29:46.875460Z",
"start_time": "2020-02-19T01:29:45.076717Z"
}
},
"outputs": [
Expand All @@ -86,20 +72,20 @@
"output_type": "stream",
"text": [
"watermark 2.0.2\n",
"matplotlib 3.1.2\n",
"spaghetti 1.4.1\n",
"libpysal 4.2.0\n",
"geopandas 0.6.2\n",
"spaghetti 1.4.1\n",
"matplotlib 3.1.2\n",
"\n"
]
}
],
"source": [
"import spaghetti\n",
"import geopandas\n",
"import libpysal\n",
"from libpysal.cg import Point, Chain\n",
"import matplotlib\n",
"import spaghetti\n",
"%matplotlib inline\n",
"%watermark -w\n",
"%watermark -iv"
Expand All @@ -110,8 +96,8 @@
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.523083Z",
"start_time": "2020-02-05T19:14:44.513225Z"
"end_time": "2020-02-19T01:29:46.899681Z",
"start_time": "2020-02-19T01:29:46.894725Z"
}
},
"outputs": [],
Expand All @@ -137,8 +123,8 @@
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.536773Z",
"start_time": "2020-02-05T19:14:44.527491Z"
"end_time": "2020-02-19T01:29:46.920312Z",
"start_time": "2020-02-19T01:29:46.906819Z"
}
},
"outputs": [],
Expand All @@ -161,8 +147,8 @@
"execution_count": 5,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.560801Z",
"start_time": "2020-02-05T19:14:44.545395Z"
"end_time": "2020-02-19T01:29:46.942709Z",
"start_time": "2020-02-19T01:29:46.926918Z"
}
},
"outputs": [
Expand Down Expand Up @@ -192,8 +178,8 @@
"execution_count": 6,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.578816Z",
"start_time": "2020-02-05T19:14:44.565674Z"
"end_time": "2020-02-19T01:29:46.960738Z",
"start_time": "2020-02-19T01:29:46.950312Z"
}
},
"outputs": [
Expand Down Expand Up @@ -224,8 +210,8 @@
"execution_count": 7,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.594449Z",
"start_time": "2020-02-05T19:14:44.584087Z"
"end_time": "2020-02-19T01:29:46.974802Z",
"start_time": "2020-02-19T01:29:46.964737Z"
}
},
"outputs": [
Expand Down Expand Up @@ -256,8 +242,8 @@
"execution_count": 8,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.641497Z",
"start_time": "2020-02-05T19:14:44.610852Z"
"end_time": "2020-02-19T01:29:47.000791Z",
"start_time": "2020-02-19T01:29:46.981590Z"
}
},
"outputs": [],
Expand All @@ -278,8 +264,8 @@
"execution_count": 9,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:44.675571Z",
"start_time": "2020-02-05T19:14:44.645064Z"
"end_time": "2020-02-19T01:29:47.021699Z",
"start_time": "2020-02-19T01:29:47.005687Z"
}
},
"outputs": [
Expand Down Expand Up @@ -381,8 +367,8 @@
"execution_count": 10,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.282333Z",
"start_time": "2020-02-05T19:14:44.683176Z"
"end_time": "2020-02-19T01:29:47.424638Z",
"start_time": "2020-02-19T01:29:47.025420Z"
}
},
"outputs": [
Expand Down Expand Up @@ -428,8 +414,8 @@
"execution_count": 11,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.303862Z",
"start_time": "2020-02-05T19:14:45.289280Z"
"end_time": "2020-02-19T01:29:47.454153Z",
"start_time": "2020-02-19T01:29:47.436171Z"
}
},
"outputs": [],
Expand All @@ -449,8 +435,8 @@
"execution_count": 12,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.322373Z",
"start_time": "2020-02-05T19:14:45.307431Z"
"end_time": "2020-02-19T01:29:47.471688Z",
"start_time": "2020-02-19T01:29:47.457589Z"
}
},
"outputs": [
Expand Down Expand Up @@ -484,8 +470,8 @@
"execution_count": 13,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.360392Z",
"start_time": "2020-02-05T19:14:45.330464Z"
"end_time": "2020-02-19T01:29:47.488650Z",
"start_time": "2020-02-19T01:29:47.475950Z"
}
},
"outputs": [
Expand All @@ -509,8 +495,8 @@
"execution_count": 14,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.401144Z",
"start_time": "2020-02-05T19:14:45.380322Z"
"end_time": "2020-02-19T01:29:47.507841Z",
"start_time": "2020-02-19T01:29:47.492553Z"
}
},
"outputs": [
Expand All @@ -536,8 +522,8 @@
"execution_count": 15,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.503951Z",
"start_time": "2020-02-05T19:14:45.422950Z"
"end_time": "2020-02-19T01:29:47.547329Z",
"start_time": "2020-02-19T01:29:47.516546Z"
}
},
"outputs": [],
Expand All @@ -551,8 +537,8 @@
"execution_count": 16,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.538338Z",
"start_time": "2020-02-05T19:14:45.507187Z"
"end_time": "2020-02-19T01:29:47.571828Z",
"start_time": "2020-02-19T01:29:47.550428Z"
}
},
"outputs": [
Expand Down Expand Up @@ -689,8 +675,8 @@
"execution_count": 17,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.567497Z",
"start_time": "2020-02-05T19:14:45.554693Z"
"end_time": "2020-02-19T01:29:47.591770Z",
"start_time": "2020-02-19T01:29:47.575012Z"
}
},
"outputs": [
Expand Down Expand Up @@ -721,8 +707,8 @@
"execution_count": 18,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:45.590674Z",
"start_time": "2020-02-05T19:14:45.573731Z"
"end_time": "2020-02-19T01:29:47.609747Z",
"start_time": "2020-02-19T01:29:47.598988Z"
}
},
"outputs": [],
Expand All @@ -744,8 +730,8 @@
"execution_count": 19,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.116581Z",
"start_time": "2020-02-05T19:14:45.593404Z"
"end_time": "2020-02-19T01:29:48.050735Z",
"start_time": "2020-02-19T01:29:47.612426Z"
}
},
"outputs": [
Expand Down Expand Up @@ -786,8 +772,8 @@
"execution_count": 20,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.138632Z",
"start_time": "2020-02-05T19:14:46.131273Z"
"end_time": "2020-02-19T01:29:48.070684Z",
"start_time": "2020-02-19T01:29:48.058849Z"
}
},
"outputs": [],
Expand All @@ -808,8 +794,8 @@
"execution_count": 21,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.168937Z",
"start_time": "2020-02-05T19:14:46.146583Z"
"end_time": "2020-02-19T01:29:48.089803Z",
"start_time": "2020-02-19T01:29:48.074400Z"
}
},
"outputs": [
Expand All @@ -836,8 +822,8 @@
"execution_count": 22,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.195863Z",
"start_time": "2020-02-05T19:14:46.186059Z"
"end_time": "2020-02-19T01:29:48.108239Z",
"start_time": "2020-02-19T01:29:48.098814Z"
}
},
"outputs": [
Expand All @@ -861,8 +847,8 @@
"execution_count": 23,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.233645Z",
"start_time": "2020-02-05T19:14:46.220652Z"
"end_time": "2020-02-19T01:29:48.133457Z",
"start_time": "2020-02-19T01:29:48.121464Z"
}
},
"outputs": [
Expand Down Expand Up @@ -900,8 +886,8 @@
"execution_count": 24,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.303221Z",
"start_time": "2020-02-05T19:14:46.248769Z"
"end_time": "2020-02-19T01:29:48.178470Z",
"start_time": "2020-02-19T01:29:48.139514Z"
}
},
"outputs": [],
Expand All @@ -915,8 +901,8 @@
"execution_count": 25,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.339936Z",
"start_time": "2020-02-05T19:14:46.305957Z"
"end_time": "2020-02-19T01:29:48.202887Z",
"start_time": "2020-02-19T01:29:48.180944Z"
}
},
"outputs": [
Expand Down Expand Up @@ -1095,8 +1081,8 @@
"execution_count": 26,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.379709Z",
"start_time": "2020-02-05T19:14:46.353736Z"
"end_time": "2020-02-19T01:29:48.224985Z",
"start_time": "2020-02-19T01:29:48.206224Z"
}
},
"outputs": [
Expand Down Expand Up @@ -1127,8 +1113,8 @@
"execution_count": 27,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:46.411750Z",
"start_time": "2020-02-05T19:14:46.385261Z"
"end_time": "2020-02-19T01:29:48.257055Z",
"start_time": "2020-02-19T01:29:48.235507Z"
}
},
"outputs": [],
Expand All @@ -1150,8 +1136,8 @@
"execution_count": 28,
"metadata": {
"ExecuteTime": {
"end_time": "2020-02-05T19:14:47.356073Z",
"start_time": "2020-02-05T19:14:46.418973Z"
"end_time": "2020-02-19T01:29:48.703504Z",
"start_time": "2020-02-19T01:29:48.259432Z"
}
},
"outputs": [
Expand Down
Loading

0 comments on commit 7529c91

Please sign in to comment.