|
1 | 1 |
|
2 | 2 | { width="60%", align=right } |
3 | 3 |
|
4 | | -# Custimizing Individual Views |
| 4 | +# Customizing Individual Views |
5 | 5 |
|
6 | 6 | Each view in the viewport (i.e., each contour plot shown on a global or regional map) |
7 | 7 | can be customized individually by clicking the associated colorbar. |
@@ -31,12 +31,30 @@ using a fuzzy search on their names. The x icon clears the filter. |
31 | 31 | The second icon in the top-left corner is a toggle |
32 | 32 | for inverting and resetting the sequence of colors. |
33 | 33 |
|
34 | | -## Linear and symmetric logarithmic scales {#linear-and-log-scales} |
| 34 | +## Linear vs. logarithmic scales {#linear-and-log-scales} |
35 | 35 |
|
36 | | -{ width="12%", align=right } |
| 36 | +{ width="16%", align=right } |
37 | 37 |
|
38 | | -## Automatic and fixed data ranges |
| 38 | +QuickView supports both linear and logarithmic color scaling to facilitate the inspection of variables that span multiple orders of magnitude. |
39 | 39 |
|
| 40 | +- By default, a **linear scale** is used, indicated by a staircase-style icon in the pop-up panel. |
| 41 | + |
| 42 | +- A click on the staircase icon changes the scaling to **logarithmic** to enhance the visibility of variations across multiple orders of magnitude. |
| 43 | + |
| 44 | +- Because standard logarithmic scaling is only defined for positive values, QuickView also provides a **symmetric logarithmic (“symlog”)** scale, which accommodates negative values and zero. The symlog scale behaves linearly in a small region around zero and logarithmically away from zero, enabling consistent visualization of fields that include both positive and negative values. |
| 45 | + |
| 46 | +## Continuous vs. discrete colormaps |
| 47 | + |
| 48 | +{ width="12%", align=right } |
| 49 | + |
| 50 | +QuickView supports both continuous and discrete colormaps, which can be toggled using the corresponding icon in the pop-up panel. A continuous colormap maps data values smoothly along a color gradient, so each value is represented by a unique color. In contrast, a discrete colormap groups values into a finite number of color bins, assigning the same color to all values within each bin . |
| 51 | + |
| 52 | +When a discrete colormap is selected, a text box allows the user to specify the number of colors. |
| 53 | + |
| 54 | +- With a linear scale, this value is interpreted as the number of colors between two neighboring (automatically determined) colorbar ticks. |
| 55 | +- With a logarithmic scale, it instead specifies the number of colors per order of magnitude. |
| 56 | + |
| 57 | +## Automatic vs. fixed data ranges |
40 | 58 |
|
41 | 59 | By default, QuickView automatically fits the selected colormap over the entire range of values |
42 | 60 | of the current variable in the current data slice. |
|
0 commit comments