Skip to content

Commit

Permalink
Update notebook theme_plot_inset.ipynb.
Browse files Browse the repository at this point in the history
  • Loading branch information
OLarionova-HORIS committed Apr 11, 2024
1 parent dedb4e9 commit be82908
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/f-24b/theme_plot_inset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"data": {
"text/html": [
" <div id=\"avhaKQ\"></div>\n",
" <div id=\"Rtg4Ri\"></div>\n",
" <script type=\"text/javascript\" data-lets-plot-script=\"plot\">\n",
" (function() {\n",
" var plotSpec={\n",
Expand Down Expand Up @@ -158,15 +158,15 @@
"\"metainfo_list\":[]\n",
"}]\n",
"};\n",
" var plotContainer = document.getElementById(\"avhaKQ\");\n",
" var plotContainer = document.getElementById(\"Rtg4Ri\");\n",
" window.letsPlotCall(function() {{\n",
" LetsPlot.buildPlotFromProcessedSpecs(plotSpec, -1, -1, plotContainer);\n",
" }});\n",
" })();\n",
" </script>"
],
"text/plain": [
"<lets_plot.plot.subplots.SupPlotsSpec at 0x7fe43bf393d0>"
"<lets_plot.plot.subplots.SupPlotsSpec at 0x7fba07030d00>"
]
},
"execution_count": 4,
Expand All @@ -190,7 +190,7 @@
{
"data": {
"text/html": [
" <div id=\"sjBR5b\"></div>\n",
" <div id=\"YVcJKD\"></div>\n",
" <script type=\"text/javascript\" data-lets-plot-script=\"plot\">\n",
" (function() {\n",
" var plotSpec={\n",
Expand Down Expand Up @@ -255,7 +255,7 @@
"\"blank\":false\n",
"},\n",
"\"axis\":\"blank\",\n",
"\"plot_inset\":[0.0,20.0,0.0]\n",
"\"plot_inset\":[0.0,30.0]\n",
"},\n",
"\"kind\":\"plot\",\n",
"\"scales\":[],\n",
Expand All @@ -271,15 +271,15 @@
"\"metainfo_list\":[]\n",
"}]\n",
"};\n",
" var plotContainer = document.getElementById(\"sjBR5b\");\n",
" var plotContainer = document.getElementById(\"YVcJKD\");\n",
" window.letsPlotCall(function() {{\n",
" LetsPlot.buildPlotFromProcessedSpecs(plotSpec, -1, -1, plotContainer);\n",
" }});\n",
" })();\n",
" </script>"
],
"text/plain": [
"<lets_plot.plot.subplots.SupPlotsSpec at 0x7fe43d832d30>"
"<lets_plot.plot.subplots.SupPlotsSpec at 0x7fba08934d00>"
]
},
"execution_count": 5,
Expand All @@ -290,7 +290,7 @@
"source": [
"gggrid([\n",
" p + theme(axis='blank'),\n",
" p + theme(axis='blank') + theme(plot_inset=[0, 20, 0])\n",
" p + theme(axis='blank') + theme(plot_inset=[0, 30])\n",
"])"
]
}
Expand Down

0 comments on commit be82908

Please sign in to comment.