mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
style: Apply linter formatting to over_time.py
This commit is contained in:
parent
8edf9540d5
commit
4b3dd7f4ea
1 changed files with 3 additions and 7 deletions
|
@ -147,11 +147,7 @@ def plot_over_time(yaml_file):
|
||||||
plt.xticks(fontsize=14, rotation=45, ha="right") # Rotate x-axis labels for better readability
|
plt.xticks(fontsize=14, rotation=45, ha="right") # Rotate x-axis labels for better readability
|
||||||
# Add legend
|
# Add legend
|
||||||
ax.legend(
|
ax.legend(
|
||||||
legend_handles,
|
legend_handles, legend_labels, loc="center left", bbox_to_anchor=(1, 0.5), fontsize=10
|
||||||
legend_labels,
|
|
||||||
loc='center left',
|
|
||||||
bbox_to_anchor=(1, 0.5),
|
|
||||||
fontsize=10
|
|
||||||
)
|
)
|
||||||
|
|
||||||
plt.tight_layout(pad=3.0, rect=[0, 0, 0.85, 1]) # Adjust layout to make room for legend
|
plt.tight_layout(pad=3.0, rect=[0, 0, 0.85, 1]) # Adjust layout to make room for legend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue