What should I use to stack two grdimages on top of each other such that they are parallel?

I have been plotting two separate grids using grdimage in two separate pygmt plots, but for easy comparison purpose I need to stack these two images such that they appear in 3D pov with one being parallel to each other with some vertical distance in between them.

Note: Both the grids are of same region extent and projection, just the physical property each showcase is different.

The simplest way is to use the (PyGMT corresponding of) -X option.

I’m guessing that you’ll want something like this - 3D stack of grids — polartoolkit <span class="project-version">1.5.2.dev1+g1aa364d55</span>

You would need to use a combination of fig.grdview and fig.shift_origin.