Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC Initial pygmt.param.Pen class for specifying pen attributes #1239

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2021

  1. Initialize pygmt.param.Pen class for specifying pen attributes

    Start a `pygmt.param.Pen` convenience class that
    generates a string which can be passed into GMT's
    pen (-W) parameter. The Pen class is structured to be
    under a 'param' folder. Added three basic unit tests
    to ensure various width/color/style combinations
    will be output correctly.
    weiji14 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    eedd76a View commit details
    Browse the repository at this point in the history
  2. Add param.Pen to doc/api/index.rst and add extra docstrings

    Placing the API docs for param.Pen under a new
    'Parameters' subsection. 'Specifying pen attributes'
    documentation is copied from GMT cookbook, with
    examples modified to use the PyGMT syntax.
    weiji14 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    5ecea77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9954658 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a2df9 View commit details
    Browse the repository at this point in the history