geolime.plotting.grid_plot¶
Classes:
|
Functions:
|
Display a grid content |
-
geolime.plotting.grid_plot.
display_grid
(target_grid: geolime.objects.grid.Grid, grid_val: numpy.ndarray, xcoords: numpy.ndarray = None, z: numpy.ndarray = None, title: str = None)¶ Display a grid content
- Parameters
target_grid (Grid) – Grid to be used for display
grid_val (np.ndarray) – Grid values to be displayed
xcoords (np.ndarray) – Input coordinates
z (np) – Input data
title (str) – Plot title
- Returns
A matplotlib plot
- Return type
None