Slight typo on the GOES CIRA notebook

- at some point I had accidentally changed the pixel height to 4000, should be 3000
This commit is contained in:
Shay Carter 2021-06-22 12:08:34 -06:00
parent 2101794ed4
commit 5d0f8513bb

View file

@ -210,7 +210,7 @@
" \n",
" # Specify the desired size, in pixels\n",
" px_width = 5000.0\n",
" px_height = 4000.0\n",
" px_height = 3000.0\n",
"\n",
" # Create the plot with proper projection, and set the figure size\n",
" fig = plt.figure()\n",
@ -599,7 +599,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.9.5"
},
"toc": {
"base_numbering": "1",