-
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 polygons" #3593
Conversation
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
A little off-topic: what do you think about updating the existing "Plotting lines" tutorial to make it more eye-catching? Currently, the tutorial just plots lines with two or more data points. I feel a more complicated line/curve like sine/cosine functions are better. |
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Will look and work on this after AGU. |
Description of proposed changes
Add a basic tutorial for plotting polygons, explaining the
pen
,fill
, andclose
parameters.Related basic tutorials:
Fixes #3591
Preview: https://pygmt-dev--3593.org.readthedocs.build/en/3593/tutorials/basics/polygons.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