File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/tutorials/advanced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 156
156
fig .show ()
157
157
158
158
###############################################################################
159
- # In this example, cartesian vectors are plotted over a Mercator
159
+ # In this example, Cartesian vectors are plotted over a Mercator
160
160
# projection of the continental US. The x values represent the
161
161
# longitude and y values represent the latitude where the vector starts.
162
162
#
209
209
fig .show ()
210
210
211
211
###############################################################################
212
- # Another example of plotting cartesian vectors over a coast plot. This time a
212
+ # Another example of plotting Cartesian vectors over a coast plot. This time a
213
213
# Transverse Mercator projection is used. Additionally, :func:`numpy.linspace`
214
214
# is used to create 5 vectors with equal stops.
215
215
You can’t perform that action at this time.
0 commit comments