Closed willschlitzer closed 3 years ago
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct.
There is an if statement under
basemap
inbase_plotting.py
to raise an exception ifB
,L
, orT
aren't included inkwargs
. The aliases forbasemap
do not includeT
, so that requirement cannot be completed. In #729 I removed "T in kwargs" from the if statement and changed the text of the exception to display the PyGMT parameter names.It looks like the
T
parameter on the GMT docs is in reference to adding a compass or rose to the figure; I can addTm
andTd
to the list of kwargs to check for if that is the case.