diff --git a/src/analysis/triplstore-analysis/figures/tooth-total-restorations-rct-per-tooth.png b/src/analysis/triplstore-analysis/figures/tooth-total-restorations-rct-per-tooth.png new file mode 100644 index 0000000..405ffa1 Binary files /dev/null and b/src/analysis/triplstore-analysis/figures/tooth-total-restorations-rct-per-tooth.png differ diff --git a/src/analysis/triplstore-analysis/tooth-procedure-characteristics-figures.ipynb b/src/analysis/triplstore-analysis/tooth-procedure-characteristics-figures.ipynb index 5b74a31..bc0b179 100644 --- a/src/analysis/triplstore-analysis/tooth-procedure-characteristics-figures.ipynb +++ b/src/analysis/triplstore-analysis/tooth-procedure-characteristics-figures.ipynb @@ -760,7 +760,7 @@ }, { "cell_type": "code", - "execution_count": 376, + "execution_count": 590, "metadata": { "tags": [] }, @@ -859,7 +859,7 @@ "4 5 55809 3.4 51370 3.2 2912 0.2" ] }, - "execution_count": 376, + "execution_count": 590, "metadata": {}, "output_type": "execute_result" } @@ -940,16 +940,16 @@ }, { "cell_type": "code", - "execution_count": 432, + "execution_count": 591, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ - "/var/folders/y_/64f732h167b9rmtn1k_dc8f00000gn/T/ipykernel_1401/3782867288.py:15: UserWarning: FixedFormatter should only be used together with FixedLocator\n", + "/var/folders/y_/64f732h167b9rmtn1k_dc8f00000gn/T/ipykernel_1401/4071799112.py:15: UserWarning: FixedFormatter should only be used together with FixedLocator\n", " ax.set_yticklabels(ax.get_yticks(), size=25)\n", - "/var/folders/y_/64f732h167b9rmtn1k_dc8f00000gn/T/ipykernel_1401/3782867288.py:18: UserWarning: FixedFormatter should only be used together with FixedLocator\n", + "/var/folders/y_/64f732h167b9rmtn1k_dc8f00000gn/T/ipykernel_1401/4071799112.py:18: UserWarning: FixedFormatter should only be used together with FixedLocator\n", " ax.set_yticklabels(['{:,}'.format(int(x)) for x in ax.get_yticks().tolist()])\n" ] }, @@ -990,7 +990,7 @@ "plt.legend(handles=[top_bar, bottom_bar])\n", "plt.setp(ax.get_legend().get_texts(), fontsize='25') # legend text size\n", "\n", - "# plt.savefig(\"figures/tooth-total-restorations-rct-per-tooth.png\", dpi=600, bbox_inches=\"tight\")\n", + "plt.savefig(\"figures/tooth-total-restorations-rct-per-tooth.png\", dpi=600, bbox_inches=\"tight\")\n", "plt.show()" ] },