-
Notifications
You must be signed in to change notification settings - Fork 224
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
DOC: Add basic tutorial "Plotting single-parameter symbols" #3598
base: main
Are you sure you want to change the base?
Conversation
Just want to let you know that the example can be simplified after #3602 is finished. |
In principle, I am fine with updating this tutorial later. Do you plan to get this new high-level |
Yes.
The ultimate goal is let |
Maye we leave this PR as is for the moment and short before we release of v0.14.0 we can come back and apply updates based on the state of the planed high-level methods. Thus, I set this PR to draft. |
As we will not have |
I still prefer to have this PR after |
This is fine for me. Have changed the milestone to v0.15.0. |
Description of proposed changes
Add a basic tutorial for plotting symbols, explaining the
style
,size
, andsymbol
parameters.TODO: Multi parameter symbols ?
Related basic tutorials:
Fixes #3595
Preview: https://pygmt-dev--3598.org.readthedocs.build/en/3598/tutorials/basics/symbols.html
Reminders
make format
andmake check
to 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 command is:
/format
: automatically format and lint the code