renderer option=value, [option=value]
An option for the renderer command. See table below.
A value associated with the matching option . See table below.
The renderer command sets global rendering attributes that are used for drawing in all MeshTV visualization windows. The dither option is used to improve image quality on pseudocolor displays where color resources are limited. If dither is set to fast, an ordered 4x4 dither is used. If dither is set to nice then Floyd-Steinberg error diffusion, which is the default, is used. The offset option is useful for 3d plots that include a mesh plot. The offset option determines how far in front of other plots the mesh plot is drawn. The optim2d option forces MeshTV to use the X11 renderer on 2d plots when using MeshTV with the Software Renderer. This can often improve interactivity.
# Make MeshTV use the X11 renderer for 2d plots.
# Make MeshTV use Floyd-Steinberg dithering.