lumos.plot.contour_satellite_frame
- lumos.plot.contour_satellite_frame(ax, observers, values, cmap='plasma', levels=None)[source]
Makes a contour plot
- Parameters:
ax (
matplotlib.pyplot.axes) – Plotting axisobservers (
lumos.geometry.GroundObservers) – Mesh of observersvalues (
np.ndarray) – 2D array of values to plotcmap (str, optional) – Matplotlib colormap to make contour with
levels (tuple, optional) – Minimum and maximum value to plot