Skip to content

Commit

Permalink
try to remove inline labels
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 15, 2024
1 parent 007a744 commit db9ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def setup(app):
labels = [lang[0] for lang in langs]
sizes = [lang[1] for lang in langs]
fig, ax = plt.subplots()
ax.pie(sizes, labels=labels, autopct='%1.1f%%')
ax.pie(sizes, labels=labels, autopct='%1.1f%%', labeldistance=None)
plt.legend(title='Languages', loc='center right', bbox_to_anchor=(1, 0, 0.5, 1))
plt.savefig("languages.svg", transparent=True)

Expand Down

0 comments on commit db9ee53

Please sign in to comment.