PyGMT

0.0.1a0

Getting Started

  • Installing
  • First Steps with GMT/Python

User Guide

  • Plotting data points
  • Sphinx Extension

Reference documentation

  • API Reference
    • Plotting
      • pygmt.Figure
      • pygmt.Figure.basemap
      • pygmt.Figure.coast
      • pygmt.Figure.plot
      • pygmt.Figure.contour
      • pygmt.Figure.grdcontour
      • pygmt.Figure.grdimage
      • pygmt.Figure.logo
      • pygmt.Figure.image
      • pygmt.Figure.savefig
      • pygmt.Figure.show
      • pygmt.Figure.psconvert
    • Data Processing
    • Miscellaneous
    • Datasets
    • Exceptions
    • GMT C API

Getting help and contributing

  • Contributing
  • Code of Conduct
  • License
  • Contact
  • Source Code
PyGMT
  • Docs »
  • API Reference »
  • pygmt.Figure.logo
  • Improve this page

pygmt.Figure.logo¶

Figure.logo(**kwargs)¶

Place the GMT graphics logo on a map.

By default, the GMT logo is 2 inches wide and 1 inch high and will be positioned relative to the current plot origin. Use various options to change this and to place a transparent or opaque rectangular map panel behind the GMT logo.

Full option list at http://gmt.soest.hawaii.edu/doc/latest/logo.html

Aliases:

  • J = projection
  • R = region
Parameters:
J : str

Required if this is the first plot command. Select map projection.

R : str or list

Required if this is the first plot command. 'xmin/xmax/ymin/ymax[+r][+uunit]'. Specify the region of interest.

D : str

'[g|j|J|n|x]refpoint+wwidth[+jjustify][+odx[/dy]]'. Sets reference point on the map for the image.

F : bool or str

Without further options, draws a rectangular border around the GMT logo.

U : bool or str

Draw GMT time stamp logo on plot.

Next Previous

© Copyright 2017-2019, Leonardo Uieda and Paul Wessel Last updated on Jan 22, 2019.

Built with Sphinx using a theme provided by Read the Docs.