WIP: Add tutorial showing the "error_bar" parameter of "pygmt.Figure.plot"#2429
WIP: Add tutorial showing the "error_bar" parameter of "pygmt.Figure.plot"#2429yvonnefroehlich wants to merge 31 commits intomainfrom
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_barparameter ofpygmt.Figure.plot:Preview: https://pygmt-dev--2429.org.readthedocs.build/en/2429/tutorials/advanced/errorbars.html
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