File: mtx_plot.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (21 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: mtx_plot
description: plot a matrix
categories:
- object
pdcategory: General
see_also:
- mtx_print
- mtx_show
inlets:
  1st:
  - type: matrix
    description: matrix to display
---

{{<pdmsg mtx_plot >}} displays a matrix as a 2D image.
Values are silently clamped to the \\([0, +1]\\) range.

The default greyscale display can be colorised via a mapping table.

Note, that this object is very slow and should only be used for small matrices.