<div style="display: flex;">
${globeF().plot({
width: 454,
height: 454,
projection: {
type: "azimuthal-equidistant",
rotate: [0, -90],
domain: {type:"MultiPoint", coordinates: [[-90, 65], [90, 65]]},
}
})}
${globeF().plot({
width: 474,
height: 454,
marginLeft: 20,
projection: {
type: "azimuthal-equidistant",
rotate: [0, 90],
domain: {type:"MultiPoint", coordinates: [[-90, -65], [90, -65]]},
}
})}
</div>