When trying to plot the biomass image from I noticed that the location was not as expected.
I set the initial biomass location to (0,0) but got the following plot:

However, when I looked at the fluxes, they were in the correct (top right) corner.
As I detailed here the actual coordinates in the data frames are not the same.
And when the get_biomass_image function subtracts 1 from the coordinates it causes the locations to shift, as I showed here.
When trying to plot the biomass image from I noticed that the location was not as expected.

I set the initial biomass location to (0,0) but got the following plot:
However, when I looked at the fluxes, they were in the correct (top right) corner.
As I detailed here the actual coordinates in the data frames are not the same.
And when the get_biomass_image function subtracts 1 from the coordinates it causes the locations to shift, as I showed here.