Fix premature validation of colorbar -B annotations when map region uses time coordinates#9101
Fix premature validation of colorbar -B annotations when map region uses time coordinates#9101Esteban82 wants to merge 1 commit into
Conversation
probably, what's needed for testing? |
|
The command that I use. Without the fix, fails with the following error message: |
|
But first I would need to build a development version of |
|
Yes, you need to build GMT from source code. You could first try the |
|
I can try but I cannot promise a fast result. |
|
It's not very reasonable ask someone to learn how to build GMT to run a test. |
|
... and it touches a lot of sensible code and honestly don't understand what it is doing. |
I am not a complete someone in this sense. I built gmt version 4 for Slackware Linux before and willing to try building gmt 6 now. I just need to setup an environment. My laptop has 2 versions of gmt (native and conda) and nearly running out of space. It would be interesting to have something like a conda environment with everything for building gmt, but I don't know if this is a reasonable thing to request.
does this mean this testing might not make a lot of sense? |
If it makes you have a GMT build setup, yes. But regarding this PR, I would like to have a second opinion of a higher level thing (and my credits are currently exhausted). |
Done with Claude Sonnet 5
Test with:
gmt colorbar -R2017-01-01T/2025-01-01T/0/1 -JX10c/5c -Bxa500 -Cturbo -png colorbarPreviously, the figure was not created and error message appeared. Could you test it @mkononets?
Closes #8953