{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Plotly Scatter Plot\n", "\n", "This example reviews plotting a scatter plot from a GeoDataFrame using plotly." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "ExecuteTime": { "end_time": "2020-04-19T16:48:10.494219Z", "start_time": "2020-04-19T16:48:09.076212Z" } }, "outputs": [ { "data": { "text/plain": [ "('20.04.0', '0.7.0', '4.6.0')" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import mapped\n", "import geopandas as gpd\n", "import plotly\n", "mapped.__version__, gpd.__version__, plotly.__version__" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "First load some example point data." ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "ExecuteTime": { "end_time": "2020-04-19T16:48:10.521905Z", "start_time": "2020-04-19T16:48:10.496020Z" }, "scrolled": true }, "outputs": [ { "data": { "text/html": [ "
\n", " | number | \n", "letter | \n", "geometry | \n", "
---|---|---|---|
1 | \n", "73.522015 | \n", "A | \n", "POINT (-9945192.638 5333669.463) | \n", "
2 | \n", "59.605820 | \n", "A | \n", "POINT (-9952134.036 5321688.221) | \n", "
3 | \n", "52.676887 | \n", "A | \n", "POINT (-9937860.167 5328515.553) | \n", "
6 | \n", "22.133990 | \n", "B | \n", "POINT (-9948386.303 5310253.324) | \n", "
7 | \n", "34.937765 | \n", "A | \n", "POINT (-9963868.554 5319452.429) | \n", "