timml.plots.PlotTim.topview =========================== .. py:method:: 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. :param win: [xmin, xmax, ymin, ymax] :type win: list or tuple :param newfig: create new figure :type newfig: boolean (default True) :param figsize: size of figure :type figsize: tuple of 2 values (default is mpl default) :param orientation: 'hor' for horizontal, 'ver' for vertical 'both' for horizontal above vertical :type orientation: ('hor', 'ver', 'both') :param topfigfrac: relative size of top figure when orientation='both' :type topfigfrac: float :param layer: layer for which plot is created :type layer: integer :rtype: None .. !! processed by numpydoc !!