Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing hypergraphs with hyperdedges as convex hulls #320

Merged
merged 30 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
90e1a2a
Update draw.py
thomasrobiglio Mar 29, 2023
9a2e3be
Hypergraph hull drawing
thomasrobiglio Mar 29, 2023
3f13a7f
Update draw.py
thomasrobiglio Mar 29, 2023
3946482
update draw hull
thomasrobiglio Mar 29, 2023
abaddda
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 29, 2023
9bbb354
Update draw.py
thomasrobiglio Mar 29, 2023
46651ef
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 29, 2023
ca1451f
Update draw.py
thomasrobiglio Mar 30, 2023
a3338fd
Update draw.py
thomasrobiglio Mar 30, 2023
ee8efd5
Update draw.py
thomasrobiglio Mar 30, 2023
e7d27e3
Update draw.py
thomasrobiglio Mar 30, 2023
5b1e507
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 30, 2023
f0c26c6
Update draw.py
thomasrobiglio Mar 30, 2023
9254433
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 30, 2023
15329fb
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 30, 2023
135c144
Update draw.py
thomasrobiglio Mar 31, 2023
8c849ce
update draw.py
thomasrobiglio Mar 31, 2023
371804e
updated tutorials
thomasrobiglio Mar 31, 2023
69fd3e3
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 31, 2023
8d43cb8
Update Tutorial 5 - Plotting.ipynb
thomasrobiglio Mar 31, 2023
7a07eb6
Update draw.py
thomasrobiglio Mar 31, 2023
4827853
Update convex_hull_drawing_example.ipynb
thomasrobiglio Mar 31, 2023
e244a45
style: black and isort
maximelucas Apr 3, 2023
8e0ff24
minors cleaning
maximelucas Apr 3, 2023
e92c0ca
removed for loop for circles around nodes
thomasrobiglio Apr 4, 2023
06aa7e2
Update xgi/drawing/draw.py
thomasrobiglio Apr 4, 2023
1ad5b17
rename tutorial
thomasrobiglio Apr 4, 2023
855d6ee
Merge branch 'main' of https://github.com/thomasrobiglio/xgi
thomasrobiglio Apr 4, 2023
5c012cf
corrected error in faster implementation
thomasrobiglio Apr 4, 2023
64e92d5
add test for draw_hypergraph_hull
thomasrobiglio Apr 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions tutorials/Tutorial 5 - Plotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "bad32b53",
"metadata": {},
Expand Down Expand Up @@ -227,7 +226,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "fc7cf849",
"metadata": {},
Expand Down Expand Up @@ -672,7 +670,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "hyper",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -686,7 +684,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.0"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
Loading