-
Notifications
You must be signed in to change notification settings - Fork 229
DOC: Add gallery example to show usage of map roses #4010
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
base: main
Are you sure you want to change the base?
Conversation
Cool - will look at the plots in detail later on. But just want to mention that there is an issue suggesting to implemente a high-level methods for plotting a directional rose etc. at #2831 (similar to |
Co-authored-by: Yvonne Fröhlich <[email protected]>
Instead of plotting eight roses in eight subplots, maybe it's better to plot eight roses in a single basemap? |
Co-authored-by: Yvonne Fröhlich <[email protected]>
Co-authored-by: Yvonne Fröhlich <[email protected]>
Co-authored-by: Yvonne Fröhlich <[email protected]>
Directional map roses | ||
========= |
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.
Directional map roses | |
========= | |
Directional map roses | |
===================== |
# Fancy, 2.5 cm wide rose of level 2 abels indicating the different | ||
# directions |
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.
# Fancy, 2.5 cm wide rose of level 2 abels indicating the different | |
# directions | |
# Fancy, 2.5 cm wide rose of level 2 and labels indicating the different | |
# directions |
# Fancy, 2.5 cm wide rose of level 3 abels indicating the different | ||
# directions |
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.
# Fancy, 2.5 cm wide rose of level 3 abels indicating the different | |
# directions | |
# Fancy, 2.5 cm wide rose of level 3 and labels indicating the different | |
# directions |
:meth:`pygmt.Figure.coast` methods is used to add a directional map | ||
rose to a map. This example shows how such a map rose can be customized: | ||
|
||
- position: **g**\|\ **j**\|\ **J**\|\ **n**\|\ **x**. Set the position |
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.
- position: **g**\|\ **j**\|\ **J**\|\ **n**\|\ **x**. Set the position | |
- position: **g**\|\ **j**\|\ **J**\|\ **n**\|\ **x**. Set the position |
@michaelgrund @yvonnefroehlich I've opened PR #4025 which adds the |
Great, will wait until #4025 is merged! |
Description of proposed changes
This PR adds a gallery example to show the usage of map roses.
Preview:
https://pygmt-dev--4010.org.readthedocs.build/en/4010/gallery/embellishments/map_roses.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