attitude.display.plot package

Submodules

attitude.display.plot.misc module

attitude.display.plot.misc.aligned_residuals(pca)[source]

Plots error components along with bootstrap resampled error surface. Provides another statistical method to estimate the variance of a dataset.

Module contents

attitude.display.plot.current_axes()[source]
attitude.display.plot.error_asymptotes(pca, **kwargs)[source]

Plots asymptotic error bounds for hyperbola on a stereonet.

attitude.display.plot.error_ellipse(fit)[source]
attitude.display.plot.normal(orientation, *args, **kwargs)[source]
attitude.display.plot.plane_confidence(orientation, *args, **kwargs)[source]
attitude.display.plot.setup_figure(*args, **kwargs)[source]
attitude.display.plot.strike_dip(orientation, *args, **kwargs)[source]
attitude.display.plot.strike_dip_montecarlo(orientation, n=10000, ax=None, level=1)[source]
attitude.display.plot.trend_plunge(orientation, *args, **kwargs)[source]