timml.plots.PlotTim.topview#

timml.plots.PlotTim.topview(win=None, newfig=True, figsize=None, orientation='hor', topfigfrac=0.8, layer=None)#

Plot the model layout.

Other features such as pathlines or capture zones may be added to the plot with separate commands.

Parameters:
  • win (list or tuple) – [xmin, xmax, ymin, ymax]

  • newfig (boolean (default True)) – create new figure

  • figsize (tuple of 2 values (default is mpl default)) – size of figure

  • orientation (('hor', 'ver', 'both')) – ‘hor’ for horizontal, ‘ver’ for vertical ‘both’ for horizontal above vertical

  • topfigfrac (float) – relative size of top figure when orientation=’both’

  • layer (integer) – layer for which plot is created

Return type:

None