PyGMT

dev

Getting Started

  • Overview
  • Installing
  • Making your first figure

Examples

  • 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
  • External Resources

User Guide

  • Frames, ticks, titles, and labels
  • Projections
  • Coastlines and borders
  • Setting the region
  • Plotting data points
  • Plotting lines
  • Plotting vectors
  • Plotting datetime charts
  • Plotting text
  • Creating a map with contour lines
  • Plotting Earth relief
  • Creating a 3D perspective image
  • Adding an inset to the figure
  • Making subplots
  • Configuring PyGMT defaults

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.452 seconds)

Download Python source code: logo.py

Download Jupyter notebook: logo.ipynb

Gallery generated by Sphinx-Gallery

Previous Next

© Copyright 2017-2021, The PyGMT Developers. Revision 009944d. Last updated on Oct 29, 2021.

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.