Skip to content

Commit 4ee1b23

Browse files
committed
Readme and image placement
1 parent 9f62a9b commit 4ee1b23

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Book1.xlsx.png

-59.5 KB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Graphed Excel
22

33
![Python Version](https://img.shields.io/badge/python-3.12.5-blue)
4-
4+
<img src="images/Book1.xlsx.png" align="right" width="300" alt="Plot from Example Book1.xlsx file">
55
Python script to visualize dependencies between cells in Excel spreadsheets.
66

77
Meant as a tool to visualize and understand the complexity of Excel spreadsheets.

graphbuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def visualize_dependency_graph(graph, file_path):
114114
)
115115
plt.title("Excel Cell Dependency Graph")
116116
# Save the plot as an image file
117-
plt.savefig(f"{file_path}.png")
117+
plt.savefig(f"images/{file_path}.png")
118118

119119

120120
if __name__ == "__main__":

images/Book1.xlsx.png

65.9 KB
Loading

0 commit comments

Comments
 (0)