pastplates
pastplates(; time=100, proj="", title="time", coastlines=true, fmt="png", name="", data=false, show=true)
Plots the reconstruction of the past plates at a given time. Data is extracted from the GPLATES https://gws.gplates.org website.
Kwargs
time
: Time in Ma. Default is 100 Ma.proj
: A projection string like that used, or example, incoast()
.title
: Title of the plotcoastlines
: A boolean indicating if want to plot the coastlines.fmt
: Format of the plot (Default ispng
)name
: Name of the plot. Instead of using a default name, provide one and figure will be saved with that name.data
: If truepastplates
return the data in a form of a vector ofGMTdataset
instead of plotting it. The default is produce a minimally nice plot but for further enhancements, download the data and make a plot yourself.show
: If true (the default), automatically show the plot (ignored ifdata=true
).
Examples
Make a figure representing plates positions at 100 Ma ago.
using GMT
pastplates()
These docs were autogenerated using GMT: v1.28.2