plot_slope_slice

pySurf.data2D.plot_slope_slice(wdata, x, y, scale=(1.0, 1.0, 1.0), vrange=None, srange=None, filter=False)

use calculate_slope_2D to calculate slope and plot map and respective slope maps in x and y. Return the three axis. Set scale to (1,1,1000.) for z in micron, x,y in mm. srange is used as slope range for plots. If filter is set, data outside of the range are also excluded from rms calculation.