GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
747 stars 216 forks source link

Use smaller figure dimensions in the "Plot lines" tutorial #1135

Closed seisman closed 3 years ago

seisman commented 3 years ago

Examples in the Plot lines tutorial all use the projection="X25c/20c" argument, which sets a 25cm X 20cm figure.

The figure dimensions (25cm X 20cm) is too large, making the annotations too small to see.

Additionally, figures with large dimensions also have larger sizes, and are slower to generate. We should update the examples to use smaller figure dimensions.

In short, we need to change projection="X25c/20c" to projection="X15c/10c" for all examples.

The source code of the tutorial is at https://github.com/GenericMappingTools/pygmt/blob/master/examples/tutorials/lines.py.

xdshivani commented 3 years ago

Assign this to me

shahid-0 commented 3 years ago

I am ready to do this. assign me