Skip to content

Commit

Permalink
adjust table, graph position
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 16, 2024
1 parent 8114db7 commit 1dff969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def setup(app):
sizes = [lang[1] for lang in langs]
fig, ax = plt.subplots()
ax.pie(sizes, labels=labels, autopct='%1.1f%%', labeldistance=None)
plt.legend(title='Languages', loc='center right', bbox_to_anchor=(0.75, 0, 0.5, 1))
plt.legend(title='Languages', loc='center right', bbox_to_anchor=(0.8, 0, 0.5, 1))
plt.savefig("languages.svg", transparent=True)

app.add_domain(custom_domain(
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This project is divided into several Makefiles, connected by a root Makefile whi
+-----------+------+------+------+------+------+
| | |C| | |C#| | |Js| | |Py| | |Rs| |
+===========+======+======+======+======+======+
|Coverage | |d| | |ip| | |d| | |d| | |d| |
|Coverage | |d| | |d| | |d| | |d| | |d| |
+-----------+------+------+------+------+------+
|Docs | |ip| | |d| | |d| | |d| | |d| |
+-----------+------+------+------+------+------+
Expand Down

0 comments on commit 1dff969

Please sign in to comment.