plot#
- EDBNetsData.plot(layers=None, show_legend=True, save_plot=None, outline=None, size=(2000, 1000), show=True)[source]#
Plot a net to Matplotlib 2D chart.
- Parameters:
- layers
str
,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_plot
str
,optional
If a path is specified the plot will be saved in this location. If
save_plot
is provided, theshow
parameter is ignored.- outline
list
,optional
List of points of the outline to plot.
- size
tuple
,optional
Image size in pixel (width, height).
- showbool,
optional
Whether to show the plot or not. Default is True.
- layers