Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

GMT_Appendix_M.tex 2.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  1. %------------------------------------------
  2. % $Id$
  3. %
  4. % The GMT Documentation Project
  5. % Copyright (c) 2000-2012.
  6. % P. Wessel, W. H. F. Smith, R. Scharroo, and J. Luis
  7. %------------------------------------------
  8. %
  9. \chapter{Of colors and color legends}
  10. \label{app:M}
  11. \section{Built-in color palette tables}
  12. \index{CPT!built-in set}
  13. \index{color!palette tables}
  14. \thispagestyle{headings}
  15. Figure~\ref{fig:GMT_App_M_1} shows each of the 22 built-in color palettes,
  16. stored in so-called CPT tables\footnote{The 23rd palette is called \emph{random}
  17. and produces a random set of colors suitable for categorical plots.}.
  18. The programs \GMTprog{makecpt} and \GMTprog{grd2cpt} are used to access these master CPT tables
  19. and translate/scale them to fit the user's range of $z$-values.
  20. The top half of the color bars in the Figure shows the original color scale, which can be either discrete or
  21. continuous, though some (like \textbf{globe}) are a mix of the two.
  22. The bottom half the color bar are built by using
  23. \GMTprog{makecpt} \Opt{T-1/1/0.25}, thus splitting the color scale into 8 discrete colors.
  24. \begin{figure}[h]
  25. \centering
  26. \includegraphics[width=\textwidth]{GMT_App_M_1}
  27. \caption{The standard 22 CPT files supported by \gmt.}
  28. \label{fig:GMT_App_M_1}
  29. \end{figure}
  30. \section{Labeled and non-equidistant color legends}
  31. \label{app:colorbars}
  32. \index{color!legend}
  33. The use of color legends has already been introduced in Chapter~\ref{ch:7} (examples 2, 16, and 17). Things become a bit more complicated when you want to label the legend with names for certain intervals (like geological time periods in the example below). To accomplish that, one should add a semi-colon and the label name at the end of a line in the CPT table and add the \Opt{L} option to the \GMTprog{psscale} command that draws the color legend. This option also makes all intervals in the legend of equal length, even it the numerical values are not equally spaced.
  34. Normally, the name labels are plotted at the lower end of the intervals. But by adding a \emph{gap} amount (even when zero) to the \Opt{L} option, they are centered. The example below also shows how to annotate ranges using \Opt{Li} (in which case no name labels should appear in the CPT file), and how to switch the color bar around (by using a negative length).
  35. \script{GMT_App_M_2}
  36. \begin{figure}[h]
  37. \centering
  38. \includegraphics[width=\textwidth]{GMT_App_M_2}
  39. \caption{The many forms of color legends created by \protect\GMTprog{psscale}.}
  40. \label{fig:GMT_App_M_2}
  41. \end{figure}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...