diff --git a/docs/source/_static/cartopy.png b/docs/source/_static/cartopy.png index 08b5f6185..43054fe15 100644 Binary files a/docs/source/_static/cartopy.png and b/docs/source/_static/cartopy.png differ diff --git a/examples/miscellanea/logo.py b/examples/miscellanea/logo.py index bb56b6d66..62bdaf3f3 100644 --- a/examples/miscellanea/logo.py +++ b/examples/miscellanea/logo.py @@ -23,8 +23,9 @@ def main(): # generate a matplotlib path representing the word "cartopy" fp = FontProperties(family='DejaVu Sans', weight='bold') - logo_path = matplotlib.textpath.TextPath((-175, -35), 'cartopy', + logo_path = matplotlib.textpath.TextPath((-171.01406, -39.33125), 'cartopy', size=80, prop=fp) + # scale the letters up to sensible longitude and latitude sizes transform = matplotlib.transforms.Affine2D().scale(1, 2).translate(0, 35)