**Description of the desired feature** It would be helpful to include an example showing how to specify the projection using EPSG codes in the [projections gallery](https://www.pygmt.org/latest/projections/index.html). Here's a simple example of this feature in use: ``` import pygmt fig = pygmt.Figure() fig.coast(region=[-180, 180, -80, 80], projection="EPSG:3857", frame=True, shorelines="1p") fig.show() ``` https://github.com/GenericMappingTools/pygmt/pull/1251 demonstrates how to add examples to the projection gallery. <!-- Please be as detailed as you can in your description. If possible, include an example of how you would like to use this feature (even better if it's a code example). --> **Are you willing to help implement and maintain this feature?** Help is welcome for adding this to the documentation. <!-- Every feature we add is code that we will have to maintain and keep updated. This takes a lot of effort. If you are willing to be involved in the project and help maintain your feature, it will make it easier for us to accept it. -->