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
-
show(display_type='automatic', *, title='')[source]¶ Displays the plot in the browser
- Parameters
display_type (
str) – image format to show. Options are automatic, static, dynamic. Default is ‘automatic’title (
str) – title to display in plot
-
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
-