Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
add figure
Browse files Browse the repository at this point in the history
  • Loading branch information
wdduncan committed Apr 9, 2022
1 parent 4417503 commit 7cef7ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
},
{
"cell_type": "code",
"execution_count": 376,
"execution_count": 590,
"metadata": {
"tags": []
},
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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"
]
},
Expand Down Expand Up @@ -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()"
]
},
Expand Down

0 comments on commit 7cef7ff

Please sign in to comment.