diff --git a/examples/notebooks/GOES_Geostationary_Lightning_Mapper.ipynb b/examples/notebooks/GOES_Geostationary_Lightning_Mapper.ipynb index bba8cc0..bb509ac 100644 --- a/examples/notebooks/GOES_Geostationary_Lightning_Mapper.ipynb +++ b/examples/notebooks/GOES_Geostationary_Lightning_Mapper.ipynb @@ -124,7 +124,7 @@ "ax.gridlines()\n", "ax.scatter([point.x for point in glm_points],\n", " [point.y for point in glm_points],\n", - " transform=ccrs.Geodetic(),marker=\"+\",facecolor='red')\n", + " transform=ccrs.PlateCarree(),marker=\"+\",facecolor='red')\n", "ax.set_title(str(response[-1].getDataTime().getRefTime()) + \" | \" + ob.getAttribute('source') + \" | \" + edexServer)\n" ] }