timflow.transient.plots.PlotTransient.topview#

timflow.transient.plots.PlotTransient.topview(win=None, ax=None, figsize=None, layers=None)#

Plot top-view.

This method plots all elements (in specified layers).

Parameters:
  • win (list or tuple) – [x1, x2, y1, y2]

  • ax (matplotlib.Axes, optional) – axes to plot on, default is None which creates a new figure

  • figsize (tuple of 2 values) – size of figure

  • layers (int or list of ints, optional) – layers to plot, default is None which plots elements in all layers

Returns:

ax – axes with plot

Return type:

matplotlib.Axes