Conversation
maxrjones
left a comment
There was a problem hiding this comment.
Looks good to me. I only had a couple small comments.
pygmt/src/text.py
Outdated
| kwargs["t"] = "" | ||
|
|
||
| # Append text as the last column | ||
| # text must be in str type, see issue #706 |
There was a problem hiding this comment.
Should be fixed now, correct?
| # text must be in str type, see issue #706 |
There was a problem hiding this comment.
text must be in str type
This statement is still True.
|
Thanks for your suggestions. I'll mark this PR as draft, because I don't like the current implemention. |
Co-authored-by: Max Jones <meghanj@alum.mit.edu>
I plan to not make more reactors in this PR to make it easier to review. |
weiji14
left a comment
There was a problem hiding this comment.
Looks ok to me. Sugest @meghanrjones (or someone else) to give this another review since it's been over a year since they approved this PR!
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
|
Ping @meghanrjones to give this PR a final review. |
|
Sorry for not getting back to this in time to be helpful |
|
No worries. You can still leave your comments if there are any 😄 |
Co-authored-by: Max Jones <meghanj@alum.mit.edu> Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
Description of proposed changes
virtualfile_from_dataRelated to #949.
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version