-
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
WIP: Add tutorial showing the "error_bar" parameter of "pygmt.Figure.plot" #2429
base: main
Are you sure you want to change the base?
Conversation
/format |
/format |
/format |
Maybe we should add a standalone |
From a Python perspective as well as regarding user-friendliness, a standalone method for errobars seems to be a good idea. |
Ping @GenericMappingTools/pygmt-maintainers for comments, please. How do we want to continue here? In case we add a standalone |
Could you please open a feature request first, and also keep the PR open for a while? |
Yep, sure. I opened an issue at #2513 and will leave this PR as is 🙂. |
Description of proposed changes
This PR is converted to draft as a high-level method is planned for plotting errorbars
This PR aims to add an example showing how to add error bars to data points using the
error_bar
parameter ofpygmt.Figure.plot
:Preview: https://pygmt-dev--2429.org.readthedocs.build/en/2429/tutorials/advanced/errorbars.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