timflow.steady.plots.PlotSteady.topview ======================================= .. py:method:: timflow.steady.plots.PlotSteady.topview(win=None, ax=None, figsize=None, layers=None) Plot top-view. This method plots all elements (in specified layers). :param win: [x1, x2, y1, y2] :type win: list or tuple :param ax: axes to plot on, default is None which creates a new figure :type ax: matplotlib.Axes, optional :param figsize: size of figure :type figsize: tuple of 2 values :param layers: layers to plot, default is None which plots elements in all layers :type layers: int or list of ints, optional :returns: **ax** -- axes with plot :rtype: matplotlib.Axes .. !! processed by numpydoc !!