method
Geometry.visualize(viewer_app=<module 'pylbm.viewer.matplotlib_viewer' from '/home/docs/checkouts/readthedocs.org/user_builds/pylbm/conda/0.6.0/lib/python3.6/site-packages/pylbm/viewer/matplotlib_viewer.py'>, figsize=(6, 4), viewlabel=False, viewgrid=False, fluid_color='navy', alpha=1.0)¶plot a view of the geometry
a viewer (default matplotlib_viewer)
activate the labels mark (default False)
the size of the figure (default (6, 4))
view the grid (default False)
color for the fluid part (default blue)
transparency between 0 and 1 (default 1)
views