Let pslegend -D+w accept a percentage relative to map width#7909
Merged
Let pslegend -D+w accept a percentage relative to map width#7909
Conversation
Similar to psscale, allow processing of things like +w80%. This PR implements this via a new gmt function that does the parsing, hence the PR involves psscale as well as some library and include files.
Member
|
Thanks Paul!! I'm affraid that is not working. I try the script below and I didn't get any legend and this message: Full scriptIf a remove the line |
Member
Author
|
Shit, in modern mode the command has no -R -J and when that check comes it has not yet set them from hidden file... I will check. If you just try a classic case it should work. |
Member
Author
|
Just a dump 1 line error. Now rows I think (your script runs for me) |
Member
|
I took the liberty of adding the label "add-changelog". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Similar to psscale, allow processing of things like +w80%. This PR implements this via a new gmt function gmt_rectangle_dimension that does the parsing, hence the PR involves psscale as well as some library and include files.
@Esteban82, All tests pass as before, but I have not tested this specifically with legend. Please give it a try. +w90% will set width to 90% of map width, while +w90%/30% will fix height at 30% of the legend width (not map width).