-
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
Add tutorial for cartesian histograms #2445
Conversation
/format |
Quick question: What's a Cartesian histogram? Specifically, when is a histogram considered Cartesian or not? |
Beside Cartesian histograms created with |
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me.
Ping @GenericMappingTools/pygmt-maintainers to give this PR a final review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
Description of proposed changes
This PR aims to add a tutorial showing how to create cartesian histograms:
Releated to #2421 (comment)
Preview: https://pygmt-dev--2445.org.readthedocs.build/en/2445/tutorials/advanced/cartesian_histograms.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 commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version