Skip to content

Commit

Permalink
Resize graph image
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Aug 1, 2024
1 parent 84be880 commit 99539bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/visualise_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class GraphGenerationFailed(Exception):

def plot_data(dataframes, number_of_days_to_plot):
plt.style.use('fast')
fig, axes = plt.subplots(nrows=1, ncols=2, figsize=(7, 3.75))
plt.subplots_adjust(wspace=0.5)
fig, axes = plt.subplots(nrows=1, ncols=2, figsize=(6.75, 3.75))
plt.subplots_adjust(wspace=0.35)

for i in range(len(dataframes)):
plt.subplot(1, 2, i + 1)
Expand Down

0 comments on commit 99539bd

Please sign in to comment.