Browse Source

increase plot resolution

Fabian Peter Hammerle 4 years ago
parent
commit
f301624f07
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pollution.ipynb

+ 9 - 0
pollution.ipynb

@@ -94,6 +94,15 @@
     "world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 70,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "%config InlineBackend.figure_format ='retina'"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,