Hi,
I am trying to create a 3D plot of slip distribution along a fault surface using GMT 6.4 on a Fedora 38 system. I have used the following command lines on my terminal to generate the plot:
$ gmt psxyz menyuan_fault_str.xyzs -R683100/714050/4177300/4186750/-30000/0 -Jx0.0004 -Jz0.0004 -E30/25 -m -L -Cpal.str -W0.5 -B10000/10000/10000 -K > slip.ps
$ gmt psscale -D2/0.1/6/0.3h -Cpal.str -O -B2:slip"(m)" > slip.ps
However, the output is an empty plot without any color!!!
str-slip.ps (47.7 KB)
I have verified that the data file menyuan_fault_str.xyzs
and the color palette file pal.str
are in the correct format and are located in the current working directory. The fourth coulmn in “menyuan_fault_str.xyzs” represent the slip value.
GMT_comitty.zip (14.0 KB)
I am wondering if anyone could help me identify what might be going wrong. I will be appreciated if write the correct command lines.