Skip to content

Commit

Permalink
Add fig.show()
Browse files Browse the repository at this point in the history
  • Loading branch information
andersgs committed Dec 2, 2019
1 parent c30d052 commit bd5fc9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validation/validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,8 @@
"source": [
"fig = px.bar(data_summary_long, x=\"data_source\", y=\"number_match\", color=\"count\", barmode=\"group\")\n",
"fig.update_xaxes(title = \"Data Sources\", ticktext=[\"Sanger\", \"PHE\"], tickvals=['sanger', 'phe'])\n",
"fig.update_yaxes(title = \"Sample Count\")"
"fig.update_yaxes(title = \"Sample Count\")\n",
"fig.show()"
]
},
{
Expand Down

0 comments on commit bd5fc9f

Please sign in to comment.