<< partial_dependance CHE3007S percentile >>

CHE3007S >> CHE3007S > pcolor

pcolor

Function to generate a pseudocolor plot with a non-regular rectangular grid.

Syntax

pcolor(data)
pcolor(data, labels)
pcolor(data, labels, direction)
pcolor(data, labels, direction, num_points)
pcolor(data, labels, direction, num_points, flip)

Parameters

data:

Matrix of data to be plotted

labels:

Vector of strings to label data points

direction:

Direction to plot along x axis with 'r' or y axis with 'c'

num_points:

The number of points to include on colour map

flip:

Option to flip data on the x axis or not, %f or %t. Default value is %f


Report an issue
<< partial_dependance CHE3007S percentile >>