Skip to content

Commit

Permalink
Add figure print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoliver committed Jan 20, 2025
1 parent b32df33 commit 0412b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dimes/dimensional_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ def write_image_plot(
"Write plots to html file at specified path."
self.finalize_plot(width=width, height=height)
self.figure.write_image(path, scale=scale)
print(self.figure)


def get_subplot_domains(number_of_subplots: int, gap: float = 0.05) -> list[tuple[float, float]]:
Expand Down

0 comments on commit 0412b89

Please sign in to comment.