5.3.2. sesame.plotter.plot_line_defects

sesame.plotter.plot_line_defects(sys, ls='-o', fig=None)[source]

Plot the sites containing additional charges located on lines in 2D. The length scale of the graph is 1 micrometer by default.

Parameters:

sys: Builder :

The discretized system.

ls: string :

Line style of the plotted paths.

fig: Maplotlib figure :

A plot is added to it if given. If not given, a new one is created and a figure is displayed.