Hi everyone, I am trying to create a map of the European Union, but exclude the UK (thus, the EU after Brexit, if Brexit occurs). The code for mapping the EU was easy enough:
GeoGraphics[
{EdgeForm[Black], FaceForm[Red],
Polygon[EntityClass["Country", "EuropeanUnion"]]}
]
Please, however, what do I add to not include the UK? Thank you. Stanley