Merge pull request #26 from OSGeo/v15

minor param fix in rasterio viz
intro16
Brian M Hamlin 2022-07-29 15:26:42 +00:00 committed by GitHub
commit 216591840c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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\")"
]
},