浏览代码

increase plot resolution

Fabian Peter Hammerle 5 年之前
父节点
当前提交
f301624f07
共有 1 个文件被更改,包括 9 次插入0 次删除
  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,