Skip to content

Commit

Permalink
Change in line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananya-vastare committed Oct 8, 2024
1 parent 4f28fc3 commit 88aa229
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def update_heatmap():
plt.draw() # Redraw the updated heatmap
plt.pause(1) # Pause for 5 seconds

# Save the figure
# Save the figure
plt.savefig(f"heatmap_{time.strftime('%Y%m%d_%H%M%S')}.png") # Save with timestamp

# Keep the plot window open at the end
Expand Down
Binary file removed heatmap_20241008_212449.png
Binary file not shown.
Binary file removed heatmap_20241008_212513.png
Binary file not shown.
Binary file removed heatmap_20241008_212532.png
Binary file not shown.
Binary file removed heatmap_20241008_212555.png
Binary file not shown.
Binary file removed heatmap_20241008_212656.png
Binary file not shown.
Binary file added heatmap_20241008_213126.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88aa229

Please sign in to comment.