|
59 | 59 | \titlepage |
60 | 60 | \end{frame} |
61 | 61 |
|
62 | | -\begin{frame}{Overview} |
63 | | - \begin{enumerate} |
64 | | - \item Introduction |
65 | | - \item Hating on the jet colourmap |
66 | | - \item ITEM 2 |
67 | | - \item ITEM 3 |
68 | | - \item ITEM 4 |
69 | | - \end{enumerate} |
70 | | -\end{frame} |
71 | | - |
72 | 62 | \begin{frame}{Introduction} |
73 | | - Most of the content is taking from this excellent article: |
| 63 | + Most of the content is taken from this excellent article: |
74 | 64 | \linebreak |
75 | 65 | \linebreak |
76 | 66 | \textcolor{blue}{\small{\url{http://www.research.ibm.com/people/l/lloydt/color/color.HTM}}} |
|
143 | 133 | \end{figure} |
144 | 134 | \end{frame} |
145 | 135 |
|
| 136 | +\begin{frame}{What have we learned?} |
| 137 | + \begin{itemize} |
| 138 | + \item Jet is not a great colourmap (or is it?) |
| 139 | + \item Two types of information one can glean from a colourmap\footnote{C. |
| 140 | + Ware, Color sequences for univariate maps: theory, experiments, and |
| 141 | + principles, IEEE Computer Graphics and Appliations, 1998.} |
| 142 | + \begin{itemize} |
| 143 | + \item `Value' or `metric' information |
| 144 | + \item `Form' or `structure' information |
| 145 | + \end{itemize} |
| 146 | + \item Jet is not bad for value information (but not everywhere) |
| 147 | + \item Jet is awful for form information |
| 148 | + \item Jet is not alone---but it is very commonly used (see K Thyng's talk) |
| 149 | + \item How to pick a good colour map? \textbf{It depends!} |
| 150 | + \end{itemize} |
| 151 | +\end{frame} |
| 152 | + |
| 153 | +\begin{frame}{What is good for form/structure information?} |
| 154 | + \begin{itemize} |
| 155 | + \item Colour has 3 dimensions: hue, saturation, and luminance |
| 156 | + \item Saturation-varying colourmaps are good for low-frequency data |
| 157 | + \item Luminance-varying colourmaps are good for high-frequency data |
| 158 | + \item The human brain is very bad an interpolating hue\footnote{Conclusion |
| 159 | + from psychophysical experiments by S. S. Stevens (formerly at Harvard)} |
| 160 | + \item Perceptually-based colourmaps |
| 161 | + \begin{itemize} |
| 162 | + \item Equal steps in data are perceived as equal steps in the colour |
| 163 | + space |
| 164 | + \end{itemize} |
| 165 | + \end{itemize} |
| 166 | +\end{frame} |
| 167 | + |
| 168 | +\begin{frame}{Perceptually-based colourmaps} |
| 169 | + % Top-left is jet |
| 170 | + % Top-right is perceptual for HF |
| 171 | + % Bottom-left is perceptual for LF |
| 172 | + % Bottom-right tried to encompass both HF and LF |
| 173 | + \begin{figure}[htp] |
| 174 | + \includegraphics[scale=7.0]{perceptual1.jpg} |
| 175 | + \end{figure} |
| 176 | +\end{frame} |
| 177 | + |
| 178 | +\begin{frame}{Perceptually-based colourmaps} |
| 179 | + \begin{figure}[htp] |
| 180 | + \includegraphics[scale=0.55]{pchesapeake.png} |
| 181 | + \end{figure} |
| 182 | +\end{frame} |
| 183 | + |
| 184 | +\begin{frame}{Perceptually-based colourmaps} |
| 185 | + \begin{figure}[htp] |
| 186 | + \includegraphics[scale=0.55]{pmri.png} |
| 187 | + \end{figure} |
| 188 | +\end{frame} |
| 189 | + |
| 190 | +\begin{frame}{Perceptually-based colourmaps} |
| 191 | + \begin{figure}[htp] |
| 192 | + \includegraphics[scale=0.55]{pjetnoise.png} |
| 193 | + \end{figure} |
| 194 | +\end{frame} |
| 195 | + |
| 196 | +\begin{frame}{Perceptually-based colourmaps} |
| 197 | + \begin{figure}[htp] |
| 198 | + \includegraphics[scale=0.55]{pmagfield.png} |
| 199 | + \end{figure} |
| 200 | +\end{frame} |
| 201 | + |
| 202 | +\begin{frame}{Perceptually-based colourmaps} |
| 203 | + \begin{figure}[htp] |
| 204 | + \includegraphics[scale=0.55]{psinc.png} |
| 205 | + \end{figure} |
| 206 | +\end{frame} |
| 207 | + |
146 | 208 | \begin{frame} |
147 | 209 | \begin{center} |
148 | 210 | Thank you. |
| 211 | + \linebreak |
| 212 | + \linebreak |
| 213 | + Pssst. Jet is the default colourmap in matplotlib. Anybody want to fix it? Submit a PR! |
149 | 214 | \end{center} |
150 | 215 | \end{frame} |
151 | 216 |
|
|
0 commit comments