Closed vivigb closed 3 years ago
Hi @vivigb, we might need a bit more information to reproduce your issue and help you debug the situation. Could you please provide:
shading=0
and shading='shadow.nc+a45
. Use fig.savefig("shading.png")
and upload the files as a comment.print(pygmt.show_versions())
so we know the versions of PyGMT/GMT and other libraries you are using.himalaya.nc
and shadow.nc
. You may need to zip up the files to upload onto GitHub. If that isn't possible, please provide the output of pygmt.grdinfo(himalaya.nc)
and pygmt.grdinfo(shadow.nc)
so we can get an idea of those two grids.Thanks.
Ping @vivigb to provide more information to reproduce the issue.
Closing the issue as we don't get any feedback to reproduce the issue.
Here When I give the shading=0,everything is working perfect.But when I put shading='shadow.nc+a45', plot3d is not working, even though the script is executing without any error messages.