@def title = "Home" @def order = 0 @def frontpage = true
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.
Using Julia's inbuilt package manager.
] add GMT
using GMT
@@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 ~~~ ~~~ @@ ~~~~~~ @@
@@
- Use the REPL
?
help mode. - 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. - 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.