PyGMT

dev

Getting Started

  • Overview
  • Installing
  • Intro to PyGMT

User Guide

  • Tutorials
  • Gallery
    • Maps and map elements
    • Lines and vectors
    • Symbols and markers
    • Images, contours, and fields
    • 3D Plots
    • Seismology and geodesy
    • Base maps
    • Histograms
    • Plot embellishments
      • Colorbar
      • Day-night terminator line and twilights
      • Inset
      • Inset map showing a rectangular region
      • Legend
      • Logo
      • Multiple colormaps
  • Projections
  • External Resources

Reference documentation

  • API Reference
  • Changelog

Development

  • Team Gallery
  • Contributors Guide
  • Maintainers Guide

Getting help and contributing

  • Code of Conduct
  • License
  • Contact
  • Source Code
PyGMT
  • »
  • Gallery »
  • Logo
  • Improve this page

Note

Click here to download the full example code

Logo

The pygmt.Figure.logo method allows to place the GMT logo on a map.

logo

Out:

<IPython.core.display.Image object>

import pygmt

fig = pygmt.Figure()
fig.basemap(region=[0, 10, 0, 2], projection="X6c", frame=True)

# add the GMT logo in the Top Right corner of the current map,
# scaled up to be 3 cm wide and offset by 0.3 cm in X direction
# and 0.6 cm in Y direction.
fig.logo(position="jTR+o0.3c/0.6c+w3c")

fig.show()

Total running time of the script: ( 0 minutes 1.397 seconds)

Download Python source code: logo.py

Download Jupyter notebook: logo.ipynb

Gallery generated by Sphinx-Gallery

Previous Next

© Copyright 2017-2022, The PyGMT Developers. Revision 37869d4. Last updated on Jul 26, 2022.

Built with Sphinx using a theme provided by Read the Docs

This website uses Google Analytics to gather usage statistics. However, it does not use cookies or track you across different websites. Page view data are used to help us improve the site and provide an estimate of the software usage.