Skip to content

Commit

Permalink
response to review
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelucas committed Oct 25, 2023
1 parent aafecfc commit ac95a64
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 23 deletions.
6 changes: 3 additions & 3 deletions docs/source/api/tutorials/In Depth 1 - Drawing nodes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "2f6ce3a3",
"metadata": {},
"source": [
"# In depth: drawing nodes\n",
"# In Depth 1 - Drawing nodes\n",
"\n",
"Here we show the fuctionalities and parameters of `xgi.draw_nodes()`. It is similar to the [networkx](https://networkx.org/documentation/stable/reference/drawing.html) corresponding function (+ some bonus) and heavily relies on [matplotlib](https://matplotlib.org/)'s scatter function."
]
Expand Down Expand Up @@ -533,7 +533,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -547,7 +547,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.9.16"
},
"toc": {
"base_numbering": 1,
Expand Down
Loading

0 comments on commit ac95a64

Please sign in to comment.