import mikeio
= mikeio.read("../data/FakeLake.dfsu")
ds = ds.geometry
g g.plot()
spatial._FM_geometry._GeometryFMPlotter
self, geometry) spatial._FM_geometry._GeometryFMPlotter(
Plot GeometryFM.
Examples
Methods
Name | Description |
---|---|
boundary_nodes | Plot mesh boundary nodes and their code values. |
contour | Plot bathymetry as contour lines. |
contourf | Plot bathymetry as filled contours. |
mesh | Plot mesh only. |
outline | Plot domain outline. |
boundary_nodes
spatial._FM_geometry._GeometryFMPlotter.boundary_nodes(=None,
boundary_names=None,
figsize=None,
ax )
Plot mesh boundary nodes and their code values.
Examples
g.plot.boundary_nodes()
contour
=None, figsize=None, **kwargs) spatial._FM_geometry._GeometryFMPlotter.contour(ax
Plot bathymetry as contour lines.
Examples
g.plot.contour()
contourf
spatial._FM_geometry._GeometryFMPlotter.contourf(=None,
ax=None,
figsize**kwargs,
)
Plot bathymetry as filled contours.
Examples
g.plot.contourf()
mesh
spatial._FM_geometry._GeometryFMPlotter.mesh(='Mesh',
title=None,
figsize=None,
ax )
Plot mesh only.
Examples
g.plot.mesh()
outline
spatial._FM_geometry._GeometryFMPlotter.outline(='Outline',
title=None,
figsize=None,
ax )
Plot domain outline.
Examples
g.plot.outline()