chipscopy.api.ibert.eye_scan.plotter¶
-
class
chipscopy.api.ibert.eye_scan.plotter.EyeScanPlot(eye_scan)[source]¶ Container for eye scan plot
-
eye_scan: EyeScan¶ Link to the EyeScan object
-
fig: go.Figure¶ Plotly Figure object
-
save(path='.', file_name=None, *, file_format='svg')[source]¶ Save plot to a file
- Parameters
path (
str) – (Optional) Location where file should be saved.file_name (
Optional[str]) – (Optional) Name of the filefile_format (
str) – (Optional) File format. Default is SVG
- Return type
Optional[str]- Returns
Path of the saved plot
-