The new cross-section class doesn't do spatial transformation even when the spatial reference information has been configured through DIS and modelgrid class.
For example, let's say I have loaded a model mf, then I configure the spatial reference,
mf.modelgrid.set_coord_info(xoff=xoff, yoff=yoff, angrot=0)
Then, I do the plot,
flopy.plot.PlotCrossSection(model=mf, line=line={'Row': 10})
The cross-section plot still starts from 0 rather than xoff.
The new cross-section class doesn't do spatial transformation even when the spatial reference information has been configured through DIS and modelgrid class.
For example, let's say I have loaded a model mf, then I configure the spatial reference,
mf.modelgrid.set_coord_info(xoff=xoff, yoff=yoff, angrot=0)Then, I do the plot,
flopy.plot.PlotCrossSection(model=mf, line=line={'Row': 10})The cross-section plot still starts from 0 rather than xoff.