minor param fix in rasterio viz

intro16
darkblueb 2022-07-29 08:25:33 -07:00
parent 5c353cb051
commit 67d5475f23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
"outputs": [],
"source": [
"plot.show_hist(world, bins=20, lw=2.0, stacked=True,\n",
" alpha=0.8, histtype='step', normed=True, \n",
" alpha=0.8, histtype='step', \n",
" title=\"World Histogram stacked\")"
]
},