mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: Make graph aspect ratio square
This commit is contained in:
parent
7d9b986c04
commit
062dc43c87
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def plot_over_time(yaml_file):
|
||||||
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 10})
|
rc("font", **{"family": "sans-serif", "sans-serif": ["Helvetica"], "size": 10})
|
||||||
plt.rcParams["text.color"] = "#444444"
|
plt.rcParams["text.color"] = "#444444"
|
||||||
|
|
||||||
fig, ax = plt.subplots(figsize=(12, 6)) # Increase figure size for better visibility
|
fig, ax = plt.subplots(figsize=(10, 10)) # Make figure square
|
||||||
|
|
||||||
print("Debug: Figure created. Plotting data...")
|
print("Debug: Figure created. Plotting data...")
|
||||||
ax.grid(axis="y", zorder=0, lw=0.2)
|
ax.grid(axis="y", zorder=0, lw=0.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue