Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pygmt/src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ class config: # noqa: N801

Full GMT defaults list at :gmt-docs:`gmt.conf.html`.

.. note::

Currently, :class:`pygmt.config` needs to be called **after** setting

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the note only make sense when multiple Figure instances are created in one session.

up the :class:`pygmt.Figure` instance to affect the figure appearance.
This is relevant for both, global and local changes. For details see the
[GitHub issue comment](https://github.com/GenericMappingTools/pygmt/issues/733#issuecomment-744698150)

.. note::

:gmt-term:`PS_CONVERT` is not supported.
Expand Down