Skip to content

Latest commit

 

History

History
207 lines (176 loc) · 4.77 KB

index.md

File metadata and controls

207 lines (176 loc) · 4.77 KB

@def title = "Home" @def order = 0 @def frontpage = true

Welcome to GMT.jl

GMT is a data processing and visualization package for the Julia programming language, with high performance and extensibility. It provides the ability for drawing simple and very complex static vector graphics as well as conversion to the most common raster formats (PNG, JPG, GeoTIFF, etc...). Although it is a package more tailored for Earth Sciences, it can also be used for a general purpose plotting of 2 and 3D (perspective, not volumetric) graphics.

\myreflink{Comparison with other plotting packages}

\myreflink{Interoperability with (some) other packages}

Installation and use

Using Julia's inbuilt package manager.

] add GMT
using GMT

\myreflink{Manuals}

First Steps

@@box-container

@@box ~~~~~~ @@title Frames Layout @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Plot Examples @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Projections @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Color maps @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title The world of images @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Contours @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Arrows @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Legends@@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Choropleth Maps @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Ternary Plots @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Subplots @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Themes @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Misc @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Embellishments @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@box ~~~~~~ @@title Art @@ @@box-content ~~~ ~~~ @@ ~~~~~~ @@

@@

See also the \myreflink{tutorials}

Getting Help

  1. Use the REPL ? help mode.
  2. Click this link to open a preformatted topic on the Julia Discourse Page. If you do this manually, please use the category Domain/Visualization and tag questions with GMT to increase their visibility.
  3. For technical issues and bug reports, open an issue in the GMT.jl repository which serves as the central hub for GMT.jl and backend issues.