double double quotes fix

intro16
darkblueb 2023-06-01 17:24:17 -07:00
parent 82714ccbff
commit 3de90e2fb9
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
" ax.gridlines()\n",
" ax.stock_img()\n",
"\n",
" # Generate a matplotlib path representing the character "C".\n",
" # Generate a matplotlib path representing the character 'C'.\n",
" fp = FontProperties(family='DejaVu Sans', weight='bold')\n",
" logo_path = matplotlib.textpath.TextPath((-4.5e7, -3.7e7),\n",
" 'C', size=103250000, prop=fp)\n",

View File

@ -27,7 +27,7 @@
" ax.coastlines()\n",
" ax.gridlines()\n",
" \n",
" # generate a matplotlib path representing the word "cartopy"\n",
" # generate a matplotlib path representing the word 'cartopy'\n",
" fp = FontProperties(family='DejaVu Sans', weight='bold')\n",
" logo_path = matplotlib.textpath.TextPath((-175, -35), 'cartopy',\n",
" size=80, prop=fp)\n",