Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workingWithGrIMPVelocity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2777,7 +2777,7 @@
"myVelSeries.labelPointPlot(ax=axes[1], title='Speed Near the Center of the Ice Stream')\n",
"# plot profile for each date\n",
"for date in myVelSeries.time:\n",
" myVelSeries.plotProfile(xprof, yprof, ax=axes[2], units='km')\n",
" myVelSeries.plotProfile(xprof, yprof, date=date, ax=axes[2], units='km')\n",
"# label with all fontsizes increased by 30%\n",
"myVelSeries.labelProfilePlot(ax=axes[2], title='Profiles of Speed Acrossthe Ice Stream', fontScale=1.3)\n",
"axes[2].legend()\n",
Expand All @@ -2789,7 +2789,7 @@
"id": "9df12abb-dd6a-4b14-bf85-2ad2a76e244e",
"metadata": {},
"source": [
"In this example, the speeds are only changing slowly as indicated by the time series and sequence of profiles that overplot each other."
"In this example, the speeds are only changing slowly as indicated by the time series and sequence of profiles that plot in close proximity to each other."
]
},
{
Expand Down