Skip to content

Commit

Permalink
Picture dimentions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Jojare committed Jul 19, 2024
1 parent 8291a2a commit 5f6e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def plot_signals(parsed_data, signal_name, start_time, end_time):
print(f"No data found for signal: {signal_name}")
return

plt.figure(figsize=(30, 15)) # Adjust the size as needed
plt.figure(figsize=(15, 5)) # Adjust the size as needed
plt.plot(timestamps, values)
plt.xlabel('Time (s)')
plt.ylabel('Value')
Expand Down

0 comments on commit 5f6e8b7

Please sign in to comment.