mqr.plot.process.
tolerance#
- mqr.plot.process.tolerance(spec: Specification, ax, prec=3, line_kws=None, tol_kws=None)#
Plots tolerance region.
- Parameters:
- specmqr.process.Specification
Spec containing tolerance bounds.
- axmatplotlib.axes.Axes
Axes for the plot.
- precint, optional
Significant figures for the limit bounds.
- line_kwsdict, optional
Keyword arguments for vertical lines at the centreline and limits. Passed to matplotlib.pyplot.axvline.
- tol_kwsdict, optional
Keyword arguments for the shading over the tolerance region. Passed to matplotlib.pyplot.axvspan.
Examples
See example in
mqr.plot.process
.