When plotting some map elements, such as a simple basemap, when using a custom EPSG projection, there seems to be a gap or shift.
fig = ptk.basemap(
simple_basemap=True,
coast=True,
region=(
-11000e3,
-10000e3,
10500e3,
11000e3,
),
epsg="3857",
)
fig.show(dpi=200)

When plotting some map elements, such as a simple basemap, when using a custom EPSG projection, there seems to be a gap or shift.