-
Notifications
You must be signed in to change notification settings - Fork 382
Use non-scaled pen default for +p #5265
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
Conversation
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.
Maybe we should add (void) in front of gmt_getpen since we are discarding the return value sinc we know there will be no error as the arg is a constant. One less compiler warning probably.
OK, done in eb9390f. OK to merge after updating the PS files? I think this should be considered a 6.2.0rc2 bug that needs to be fixed for 6.2.0. |
So I am unclear on how this all work. We release rc2 waiting for feedback. GMT bugs probably follows a Poisson distribution and they come in at odd intervals. if we wait long enough bugs will be reported and we then should fix them and do rc3? It is an never-ending cycle then. I have fixed other bugs and labelled them WIP. I mean. I am OK with merging those bug fixes and get 6.2.0, but if we do an rc and wait a few days then we are back at it again. Thoughts? |
I would prefer to release 6.2.0 next rather than do another RC. I think it's reasonable to merge bug fixes between the final RC and full release, but I could be missing something about the process since this is the first release cycle that I have been involved in. |
I have raised a couple times before the question on why we were releasing an RC2 instead of 6.2.0 but got no attention. |
Given that once we release 6.2.0 there won't be a quick release right away, so leaving known bug fixes in the github as WIP does not seem like a good idea to me. I think we should merge in bug fixes now. |
Description of proposed changes
This PR changes the default pen for +p to be
thicker,black
rather than scaled based on the size.Several tests fail, but for the better. I can push new postscript files after review of the fixed default.
Fixes #4955 and relates to GenericMappingTools/pygmt#1287.
Fixes #
Reminders