You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GMT 6.4.0 and earlier, I could use the -Q option at the same time as intensities in the module grdimage.
Since GMT 6.5.0, this doesn't work anymore.
grdimage [ERROR]: Option -Q: Cannot specify a transparent color for grids when intensities are also used
Expected outcome
I use this code to plot a grid, shaded with intensity, over a shaded DEM.
The grid contain NaN values and the projection is Lambert.
In version 6.4.0 and earlier, I get the following result:
Actual outcome
In version 6.5.0, I have to remove the -Q option and I get the following result:
System information
Operating system: Debian Bullseye
GMT version: 6.5.0
The text was updated successfully, but these errors were encountered:
Description of the problem
In GMT 6.4.0 and earlier, I could use the
-Q
option at the same time as intensities in the modulegrdimage
.Since GMT 6.5.0, this doesn't work anymore.
Script that generated the error
(Modern mode, Bash script)
Full error message
Expected outcome
I use this code to plot a grid, shaded with intensity, over a shaded DEM.
The grid contain NaN values and the projection is Lambert.
In version 6.4.0 and earlier, I get the following result:
Actual outcome
In version 6.5.0, I have to remove the
-Q
option and I get the following result:System information
The text was updated successfully, but these errors were encountered: