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 axis

  • observers (lumos.geometry.GroundObservers) – Mesh of observers

  • values (np.ndarray) – 2D array of values to plot

  • cmap (str, optional) – Matplotlib colormap to make contour with

  • levels (tuple, optional) – Minimum and maximum value to plot