| |
bool aalias=n [y/n] | y - draw lines, points, polygons with antialialing
|
int aawidth=1 | width of transition areas when aalias=y
|
float aspect= | aspect ratio
|
string bgcolor= | background color (black,white,light,dark)
|
int dither= | dithering to improve raster display, see "man vplotraster"
0 No dither,
1 Random Dither
2 Ordered Dither
3 Minimized Average Error Method
4 Digital Halftoning
|
int fat=0 | base line fatness
|
float greyc=1.0 | "grey correction" modifies the grey scale used to display a raster to simulate the nonlinearity of displays, see "man vplotraster"
|
bool mono=n [y/n] | no color
|
float pixc=1.0 | "pixel correction" controls alteration of the grey scale, see "man vplotraster".
|
float ppi= | pixels per inch
|
bool stretchy=n [y/n] | y - stretch plot to all borders of the drawing area
|
|