Skip to content

Commit 04de4e7

Browse files
Use correct color in comment
1 parent 477406e commit 04de4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/tut4_geophysics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
11011101
"fig.plot(\n",
11021102
" x=track_df[\"p\"],\n",
11031103
" y=track_df[\"elevation\"],\n",
1104-
" fill=\"lightgray\", # Fill the polygon in \"gray\"\n",
1104+
" fill=\"lightgray\", # Fill the polygon in \"lightgray\"\n",
11051105
" # Draw a 1-point thick, black, solid outline\n",
11061106
" pen=\"1p,black,solid\",\n",
11071107
" close=\"+y-7500\", # Force closed polygon\n",

0 commit comments

Comments
 (0)