mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
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:
parent
2101794ed4
commit
5d0f8513bb
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue