You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a regression that was causing failure of categorical test. (#8855)
* Fix a regression that was causing failure of categorical test.
Also document -Qt option that was missing since its creation.
* Trythis to see if CI on MacOS run again.
* Now try this one
GMT_Usage (API, 3, "g: Gouraud-shaded surface with smooth vertex-based color gradients. Append m to draw mesh-lines. Append a for alternate diagonal algorithm.");
545
546
GMT_Usage (API, 3, "i: As c but no color-masking. Append effective <dpu> [%lg%c].",
GMT_Usage (API, 3, "s: Colored or shaded surface. Optionally, append m to draw mesh-lines on the surface.");
551
-
GMT_Usage (API, 3, "g: Gouraud-shaded surface with smooth vertex-based color gradients. Append m to draw mesh-lines. Append a for alternate diagonal.");
552
+
GMT_Usage (API, 3, "t: Paint tiles without color interpolation. Good for categorical data.");
552
553
GMT_Usage (API, -2, "Color may be further adjusted by a modifier:");
553
554
GMT_Usage (API, 3, "+m Force a monochrome image using the YIQ transformation.");
0 commit comments