10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc578cf commit 33f47dfCopy full SHA for 33f47df
examples/api/custom_projection_example.py
@@ -366,12 +366,12 @@ class HammerAxes(GeoAxes):
366
A custom class for the Aitoff-Hammer projection, an equal-area map
367
projection.
368
369
- http://en.wikipedia.org/wiki/Hammer_projection
+ https://en.wikipedia.org/wiki/Hammer_projection
370
"""
371
372
- # The projection must specify a name. This will be used be the
373
- # user to select the projection, i.e. ``subplot(111,
374
- # projection='custom_hammer')``.
+ # The projection must specify a name. This will be used by the
+ # user to select the projection,
+ # i.e. ``subplot(111, projection='custom_hammer')``.
375
name = 'custom_hammer'
376
377
class HammerTransform(Transform):
0 commit comments