gemgis.visualization.plot_data
gemgis.visualization.plot_data#
- gemgis.visualization.plot_data(geo_data, show_basemap: bool = False, show_geolmap: bool = False, show_topo: bool = False, show_interfaces: bool = False, show_orientations: bool = False, show_customsections: bool = False, show_wms: bool = False, show_legend: bool = True, show_hillshades: bool = False, show_slope: bool = False, show_aspect: bool = False, show_contours: bool = False, add_to_extent: float = 0, hide_topo_left: bool = False, **kwargs)#
Plotting Input Data
- Parameters
geo_data – GemPy Geo Data Class containing the raw data
show_basemap (bool) – Showing the basemap. Options include
TrueandFalse, default isFalseshow_geolmap (bool) – Showing the geological map. Options include
TrueandFalse, default isFalseshow_topo (bool) – Showing the topography/digital elevation model. Options include
TrueandFalse, default isFalseshow_interfaces (bool) – Showing the interfaces. Options include
TrueandFalse, default isFalseshow_orientations (bool) – Showing orientations. Options include
TrueandFalse, default isFalseshow_customsections (bool) – Showing custom sections. Options include
TrueandFalse, default isFalseshow_wms (bool) – Showing a WMS layer. Options include
TrueandFalse, default isFalseshow_legend (bool) – Showing the legend of interfaces. Options include
TrueandFalse, default isFalseshow_hillshades (bool) – Showing hillshades. Options include
TrueandFalse, default isFalseshow_slope (bool) – Showing the slope of the DEM. Options include
TrueandFalse, default isFalseshow_aspect (bool) – Showing the aspect of the DEM. Options include
TrueandFalse, default isFalseshow_contours (bool) – Showing the contours of the DEM
add_to_extent (float) – Number of meters to add to the extent of the plot in each direction, e.g.
add_to_extent=10, default is0hide_topo_left (bool) – If set to
True, the topography will not be shown in the left plot. Options includeTrueandFalse, default isFalsecmap_basemap (str) – Cmap for basemap
cmap_geolmap (str) – Cmap for geological map
cmap_topo (str) – Cmap for topography
cmap_hillshades (str) – Cmap for hillshades
cmap_slope (str) – Cmap for slope
cmap_aspect (str) – Cmap for aspect
cmap_interfaces (str) – Cmap for interfaces
cmap_orientations (str) – Cmap for orientations
cmap_wms (str) – Cmap for WMS Service
cmap_contours (str) – Cmap for contour lines
New in version 1.0.x.