File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 6969 "outputs": [],
7070 "source": [
7171 "def my_color_function(feature):\n",
72- " \"\"\"Maps low values to green and hugh values to red.\"\"\"\n",
72+ " \"\"\"Maps low values to green and high values to red.\"\"\"\n",
7373 " if unemployment_dict[feature['id']] > 6.5:\n",
7474 " return '#ff0000'\n",
7575 " else:\n",
119119 "source": [
120120 "## StepColormap\n",
121121 "\n",
122- "But to help you define you colormap, we've embedded `StepColormap` in `folium.colormap`.\n",
122+ "But to help you define your colormap, we've embedded `StepColormap` in `folium.colormap`.\n",
123123 "\n",
124124 "You can simply define the colors you want, and the `index` (*thresholds*) that correspond."
125125 ]
551551 {
552552 "cell_type": "code",
553553 "execution_count": 18,
554- "metadata": {
555- "scrolled": false
556- },
554+ "metadata": {},
557555 "outputs": [
558556 {
559557 "data": {
11691167 }
11701168 },
11711169 "nbformat": 4,
1172- "nbformat_minor": 1
1170+ "nbformat_minor": 4
11731171}
You can’t perform that action at this time.
0 commit comments