CrossCutFunction

class CrossCutFunction(function, referencePoint)

Create a drawable cross-cut function.

Methods

draw(interval[, numberOfPoints])

Draw cross-cuts of the function in the bounds.

__init__(function, referencePoint)

Create a drawable cross-cut function.

Parameters:
refencePointot.Point

The reference point of the function.

draw(interval, numberOfPoints=[50, 50])

Draw cross-cuts of the function in the bounds.

Within the grid, duplicate X and Y axes labels are removed, so that the minimum amount of labels are printed, reducing the risk of overlap.

Parameters:
intervalot.Interval

The bounds where the function must be plotted.

numberOfPointslist of 2 ints

The number of points in the X and Y axes.

Returns:
figMatplotlib.figure

The grid of cross-cuts plots.