theme
theme(name; kwrgs...)Offer themes support. name is the theme name. So far the three options are:
- modern: - This is the default theme (same as GMT modern theme but with thinner FRAME_PEN [0.75p])
- classic: - The GMT classic theme
- dark: - A modern theme variation with dark background.
- A0|2[XY|XX|YY][atg][ag][g][H][V][NT|nt][ITit][Graph][Dark]Make a composition of these to select a theme. The main condition is that it starts with an A (Annotate). Hence- A2means annotate two axis and- A0means no axes at all.- XYmeans to plot only left and bottom axes,- YYonly left and right and- XXbottom and top.- atg(or- afg) means annotate, tick and grid lines.- agdoes not tick.- Hand- Vmeans grid lines will only be horizontal or vertical. Note, these require- atgor- ag.- NTstands for no ticks at all and- ITplots the ticks inside the axes.- Graphadds a vector to the end of each axis (sets- XY), and- Darkput the background in dark mode.- Example: - A2YYg-> plot left and right axes (only) and add grid lines.
- Example: - A2Graph-> plot left and right axes (only) and adds arrows at the end of them
 
On top of the modern mode variations (so far dark only) one can set the following kwargs options:
- noticksor- no_ticks: Axes will have annotations but no tick marks
- inner_ticksor- innerticks: - Ticks will be drawn inside the axes instead of outside.
- gray_gridor- graygrid: - When drawing grid line use- grayinstead of- black
- save: - Save the name in the directory printed by- GMT.GMTuserdir[1]and make it permanent.
- reset: - Remove the saved theme name and return to the default- moderntheme.
Note: Except save and reset, the changes operated by the kwargs are temporary and operate only until an image is show(n) or saved.
This function can be called alone, e.g. theme("dark") or as an option in the plot module.
These docs were autogenerated using GMT: v1.33.0