📄 readme
字号:
A program that displays a matrix as a gray scale image on PostScriptprinters. May be useful if you have a large matrix and want a simpleway to look for patterns. Expect a 600x600 matrix is an optimisticupper limit on a 300 dpi printers using 5 shades of gray and 8.5x11inch paper.Matrix elements are a series of floating point numbers arranged inthe input file in row major order. By default each matrix is assumedto be square and the number of rows (and columns) is set to the squareroot of the number of elements in the input file. White space, includingnewlines, is not used to determine the matrix dimensions. Each matrixelement is mapped into an integer in the range 0 to 255 (254 by default)and PostScript's image operator maps that integer into a gray scaleappropriate for the printer.The mapping from floating point matrix elements to integers is controlledby an interval list and grayscale map. The default interval list is"-1,0,1" which partitions the real line into 7 regions. The defaultgrayscale map gets darker as the regions move from left to right alongthe real line. The -i option changes the interval list and the -g optionmodifies the grayscale mapping. Check the man page for more details.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -