Skip to content
Snippets Groups Projects
Commit b32b4007 authored by Maxence Larrieu's avatar Maxence Larrieu
Browse files

legend update

parent 3baabdaa
No related branches found
No related tags found
No related merge requests found
Pipeline #177195 passed
2-produce-graph/hist-evol-datasets-per-repo.png

73.7 KiB | W: | H:

2-produce-graph/hist-evol-datasets-per-repo.png

74.9 KiB | W: | H:

2-produce-graph/hist-evol-datasets-per-repo.png
2-produce-graph/hist-evol-datasets-per-repo.png
2-produce-graph/hist-evol-datasets-per-repo.png
2-produce-graph/hist-evol-datasets-per-repo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -94,7 +94,7 @@ for i, date in enumerate(df_evol.index) :
ax.set_xticks(x_idx_toshow)
ax.set_xticklabels(x_label_toshow, rotation=70, fontsize=10)
plt.title(f"Cumulative view of the quantity of UGA datasets\n and distribution by repository", \
plt.title(f"Cumulative view of the quantity of UGA research data\n and distribution by repository", \
fontsize = 18, x = 0.5, y = 1.03, alpha = 0.8)
plt.suptitle(f"n = {len(df)}", fontsize = 12, x = 0.5, y = 0.87, alpha = 0.6)
......
2-produce-graph/hist-last-datasets-by-client.png

47 KiB | W: | H:

2-produce-graph/hist-last-datasets-by-client.png

47.6 KiB | W: | H:

2-produce-graph/hist-last-datasets-by-client.png
2-produce-graph/hist-last-datasets-by-client.png
2-produce-graph/hist-last-datasets-by-client.png
2-produce-graph/hist-last-datasets-by-client.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -53,7 +53,7 @@ ax.tick_params(axis='both', which='major', labelsize=8)
plt.legend(reverse = False)
plt.title(f"Datasets registered over the last 30 days\ndistributed by DataCite client",
plt.title(f"Research data registered over the last 30 days\ndistributed by DataCite client",
fontsize = 18, x = 0.5, y = 1.03, alpha = 0.8)
plt.suptitle(f"n = {len(df_last_weeks)}", fontsize = 12, x = 0.5, y = 0.89, alpha = 0.6)
......
2-produce-graph/hist-quantity-year-type.png

54.2 KiB | W: | H:

2-produce-graph/hist-quantity-year-type.png

55.1 KiB | W: | H:

2-produce-graph/hist-quantity-year-type.png
2-produce-graph/hist-quantity-year-type.png
2-produce-graph/hist-quantity-year-type.png
2-produce-graph/hist-quantity-year-type.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -39,7 +39,7 @@ plt.xlabel(None)
plt.legend(loc="center", reverse = True, bbox_to_anchor=(0.45, 0.65), fontsize = 10)
plt.title(f"Distribution of datasets by registration year\nand DataCite types",
plt.title(f"Distribution of research data by registration year\nand DataCite types",
fontsize = 18, x = 0.5, y = 1.03, alpha = 0.8)
plt.suptitle(f"n = {len(df)}", fontsize = 12, x = 0.5, y = 0.90, alpha = 0.6)
......
2-produce-graph/pie--datacite-client.png

60.9 KiB | W: | H:

2-produce-graph/pie--datacite-client.png

62.2 KiB | W: | H:

2-produce-graph/pie--datacite-client.png
2-produce-graph/pie--datacite-client.png
2-produce-graph/pie--datacite-client.png
2-produce-graph/pie--datacite-client.png
  • 2-up
  • Swipe
  • Onion skin
2-produce-graph/pie--datacite-type.png

56.2 KiB | W: | H:

2-produce-graph/pie--datacite-type.png

56.9 KiB | W: | H:

2-produce-graph/pie--datacite-type.png
2-produce-graph/pie--datacite-type.png
2-produce-graph/pie--datacite-type.png
2-produce-graph/pie--datacite-type.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -27,8 +27,8 @@ plt.pie(df_type, colors = colors, autopct=lambda p: '{:.0f}%'.format(round(p)) i
plt.legend(df_type.index, loc = (0.80, 0.2), framealpha = 0.95)
plt.title(f"Type of datasets", fontsize = 20, x = 0.5, y = 1.03, alpha = 0.6)
plt.suptitle(f"n = {len(df)}", fontsize = 11, x = 0.5, y = 0.9, alpha = 0.6)
plt.title(f"Type of research data", fontsize = 20, x = 0.5, y = 1.03, alpha = 0.6)
plt.suptitle(f"n = {len(df)}", fontsize = 11, x = 0.5, y = 0.87, alpha = 0.6)
plt.tight_layout(h_pad = 0)
plt.savefig("pie--datacite-type.png")
print(f"\ngraph produced pie--datacite-type.png")
......
......@@ -32,8 +32,8 @@ colors = [plt.cm.Set3(i) for i in range(len(df_client))]
plt.subplots(figsize=(10, 7))
plt.pie(df_client, labels = df_client.index, colors = colors, autopct='%.0f%%')
plt.title(f"Distribution of datasets by DataCite client", fontsize = 20, x = 0.5, y = 1.03, alpha = 0.6)
plt.suptitle(f"n = {len(df)}", fontsize = 11, x = 0.5, y = 0.90, alpha = 0.6)
plt.title(f"Distribution of research data by DataCite client", fontsize = 20, x = 0.5, y = 1.03, alpha = 0.6)
plt.suptitle(f"n = {len(df)}", fontsize = 11, x = 0.5, y = 0.88, alpha = 0.6)
plt.tight_layout(h_pad = 0)
plt.savefig("pie--datacite-client.png")
print(f"\ngraph produced pie--datacite-client.png")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment