Skip to content

Commit

Permalink
update more charts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jun 19, 2024
1 parent 6e74933 commit 5b50679
Show file tree
Hide file tree
Showing 7 changed files with 4,424 additions and 1,040 deletions.
18 changes: 9 additions & 9 deletions docs/charts/accuracy_chart_from_labels_table.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 2,
"metadata": {
"tags": [
"hide_input"
Expand All @@ -23,23 +23,23 @@
"text/html": [
"\n",
"<style>\n",
" #altair-viz-b32bbd2f86d54f4aac6110b41f3ea157.vega-embed {\n",
" #altair-viz-ce4898d725784c8bb6493b3db56fd8fe.vega-embed {\n",
" width: 100%;\n",
" display: flex;\n",
" }\n",
"\n",
" #altair-viz-b32bbd2f86d54f4aac6110b41f3ea157.vega-embed details,\n",
" #altair-viz-b32bbd2f86d54f4aac6110b41f3ea157.vega-embed details summary {\n",
" #altair-viz-ce4898d725784c8bb6493b3db56fd8fe.vega-embed details,\n",
" #altair-viz-ce4898d725784c8bb6493b3db56fd8fe.vega-embed details summary {\n",
" position: relative;\n",
" }\n",
"</style>\n",
"<div id=\"altair-viz-b32bbd2f86d54f4aac6110b41f3ea157\"></div>\n",
"<div id=\"altair-viz-ce4898d725784c8bb6493b3db56fd8fe\"></div>\n",
"<script type=\"text/javascript\">\n",
" var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
" (function(spec, embedOpt){\n",
" let outputDiv = document.currentScript.previousElementSibling;\n",
" if (outputDiv.id !== \"altair-viz-b32bbd2f86d54f4aac6110b41f3ea157\") {\n",
" outputDiv = document.getElementById(\"altair-viz-b32bbd2f86d54f4aac6110b41f3ea157\");\n",
" if (outputDiv.id !== \"altair-viz-ce4898d725784c8bb6493b3db56fd8fe\") {\n",
" outputDiv = document.getElementById(\"altair-viz-ce4898d725784c8bb6493b3db56fd8fe\");\n",
" }\n",
" const paths = {\n",
" \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
Expand Down Expand Up @@ -92,7 +92,7 @@
"alt.LayerChart(...)"
]
},
"execution_count": 9,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -163,7 +163,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 1,
"metadata": {
"tags": [
"hide_output"
Expand Down
Loading

0 comments on commit 5b50679

Please sign in to comment.