plot#

EDBNetsData.plot(layers=None, show_legend=True, save_plot=None, outline=None, size=(2000, 1000))[source]#

Plot a net to Matplotlib 2D chart.

Parameters:
layersstr, list, optional

Name of the layers to include in the plot. If None all the signal layers will be considered.

show_legendbool, optional

If True the legend is shown in the plot. (default) If False the legend is not shown.

save_plotstr, optional

If None the plot will be shown. If a file path is specified the plot will be saved to such file.

outlinelist, optional

List of points of the outline to plot.

sizetuple, optional

Image size in pixel (width, height).