breos.plotting.plot_azitilt_landscape_3d#

breos.plotting.plot_azitilt_landscape_3d(df_grid, opt_azimuth, opt_tilt, opt_metric, results_dir, filename='optimization_landscape_3d.png')[source]#

3-D surface plot of the azimuth/tilt optimisation landscape.

Parameters:
  • df_grid (DataFrame) – DataFrame with columns ‘Azimuth’, ‘Tilt’, ‘Metric’.

  • opt_azimuth (float) – Optimal azimuth to mark.

  • opt_tilt (float) – Optimal tilt to mark.

  • opt_metric (float) – Metric value at optimum.

  • results_dir (str) – Output directory.

  • filename (str) – Output filename.

Return type:

None