Plotting - Shear

This module is for plotting shear analysis results between multiple masts. The typical format is to give the method the results from a method in an.analysis.shear. The method then returns a plotly go.Figure object which consists of data and layout Python dictionaries.

A more robust example will be added here in the future.

1
2
3
results = an.analysis.shear.annual_mast(mast)
results_fig = an.plotting.shear.annual_mast(results)
offline.iplot(results_fig)
anemoi.plotting.shear.annual_mast_results(mast_shear_results, lower_shear_bound=0.1, upper_shear_bound=0.3)[source]

Returns plotting data and a layout for a single mast shear analysis plot.

anemoi.plotting.shear.mast_annual_profiles_by_orient(annual_alpha_profiles_by_orient)[source]

Returns plotting data and a layout for a single mast directional shear analysis plot.

anemoi.plotting.shear.mast_results_by_dir_and_orient(mast_dir_shear_results)[source]

Returns plotting data and a layout for a single mast directional shear analysis plot.

anemoi.plotting.shear.mast_results_by_month_and_orient(monthly_mast_shear_results_by_orient)[source]

Returns plotting data and a layout for a single mast directional shear analysis plot.