Skip to content

Commit

Permalink
Updated hollow ASCII art.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elixonus committed Aug 29, 2023
1 parent 3096d91 commit 302ba60
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion softquake/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,19 @@
]
)
elif structure == "Hollow":
print(
r"""
O--:O:--O--:O:--O
| / | \ | / | \ |
* O:--O--:O:--O--:O
| \ | | / |
O--:O O:--O *
| / | | \ |
O:--O O--:O
* | \ | | / | *
O--'O O:--O
"""
)
points = np.array(
[
[-2, 0],
Expand Down Expand Up @@ -724,7 +737,7 @@ def add_link_maybe(n1, n2):
fig1.savefig("output/figure1.png")
fig2.savefig("output/figure2.png")
fig3.savefig("output/figure3.png")
print("Output can now be found in the output/ folder of the current working directory")
print("Output can now be found in the output folder of the current working directory")
except Exception:
print("Error saving graphs with matplotlib plotting library.")
raise Exception

0 comments on commit 302ba60

Please sign in to comment.