Add a gallery example for a double y-axes graph#1019
Add a gallery example for a double y-axes graph#1019seisman merged 26 commits intoGenericMappingTools:masterfrom
Conversation
Co-authored-by: Michael Grund <michael_grund@gmx.de>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
|
|
Also need to add the new category to Line 74 in b2b3d1f |
seisman
left a comment
There was a problem hiding this comment.
This PR looks good to me.
Ping @meghanrjones @michaelgrund for final comments and approvals.
Please note that this example is added to a new category "Base maps". Do you think it's good? Also ping @willschlitzer @weiji14.
michaelgrund
left a comment
There was a problem hiding this comment.
Except the provided minor suggestions this PR looks good to me. The new category is suitable in my eyes. Good work!
Co-authored-by: Michael Grund <michael_grund@gmx.de>
Co-authored-by: Michael Grund <michael_grund@gmx.de>
maxrjones
left a comment
There was a problem hiding this comment.
Nice! I just have one small recommendation to avoid confusion about stating that two basemaps should be plotted and then plotting three basemaps (common x, y1, y2).
Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
…1019) Also add a new category "Base maps". Co-authored-by: Dongdong Tian <seisman.info@gmail.com> Co-authored-by: Michael Grund <michael_grund@gmx.de> Co-authored-by: Meghan Jones <meghanj@alum.mit.edu>
Description of proposed changes
This gallery plots two base maps with the same X-axis but different Y-axes, while it also plots data points and lines for the two corresponding Y values, separately.
Fixes #1009
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