Skip to content

Commit

Permalink
Updated recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flohorovicic committed Jan 6, 2024
1 parent f97bdf3 commit 440c79b
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ dmypy.json

# Ignore node.js modules
d3j/node_modules/
.DS_Store
31 changes: 22 additions & 9 deletions RBF_implicit_examples_interactive.ipynb

Large diffs are not rendered by default.

98 changes: 55 additions & 43 deletions Rbf_examples.ipynb

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions bezier_quadratic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d797220a438741278ffd72dc173d67d7",
"model_id": "e1c237bc316e49b297a13767a052c3fe",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -255,7 +255,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6aaa133af1c24ae19ad4f190587971f5",
"model_id": "ceae7b4707324aa1a4570ff8428080cd",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -311,6 +311,10 @@
" plt.title(\"Quadratic Bézier Curve with t Parameter\")\n",
" plt.legend()\n",
" plt.grid(True)\n",
"\n",
" plt.xlim([-2, 4])\n",
" plt.ylim([-2, 4])\n",
"\n",
" plt.show()\n",
"\n",
"interact(\n",
Expand All @@ -325,6 +329,11 @@
");\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
10 changes: 5 additions & 5 deletions gempy-simple-interactive.ipynb

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions interactive_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -33,7 +33,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -52,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -62,15 +62,15 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 4,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f5d12f75457741b99cf7fd6fd092d725",
"model_id": "63d3ee87532d410e9a856395e8092a28",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -87,7 +87,7 @@
"<function __main__.sum_func(a=1.0, b=3.0)>"
]
},
"execution_count": 30,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -105,13 +105,13 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9564d7e5dd0b40a1a96f23a42af6371c",
"model_id": "88f9480a4feb417c8f20dce568c8bf26",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -128,7 +128,7 @@
"<function __main__.sum_func(a=1.0, b=3.0)>"
]
},
"execution_count": 34,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -152,7 +152,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -177,13 +177,13 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "581291d7d1cf4322ae9255fee8177e6a",
"model_id": "18fc59c27e024ec7ae4a62e93a08fd8c",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -200,7 +200,7 @@
"<function __main__.plot_data(show_points=False, show_line=False)>"
]
},
"execution_count": 36,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -211,7 +211,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -235,7 +235,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": 37,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -283,7 +283,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 440c79b

Please sign in to comment.