plotAll.m#
The main plotting routine for PathFinder, used to produce its lovely plots. For more information about usage, see Plotting.
plotAll(balls, contours, quadPoints, a, b, infContour, stationaryPoints, polyCoeffs, valleys)
Inputs#
balls: An array of typeBall.contours: An array of typeContourSD.quadPoints: An array of complex-valued quadrature points used in the final approximation.aandb: The endpoints of the original integral.infContour: Information about which ofaandbcorrespond to unbounded endpoints (in which case they should not be plotted).stationaryPoints: An array of stationary points, where the phase function \(g'\) vanishes.polyCoeffs: Coefficients of the polynomial phase function \(g\).valleys: A vector of unitary complex values pointing towards the valleys of the phase function \(g\).