Skip to content

Commit

Permalink
Merge pull request #79 from LemurPwned/streamlit/ui
Browse files Browse the repository at this point in the history
Streamlit/UI
  • Loading branch information
LemurPwned authored Sep 8, 2024
2 parents 6d6fbd6 + ac818d8 commit 7801e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def render(Hscan, Mmixed):
if len(Hscan) <= 0 or len(Mmixed) <= 0:
return
with _lock:
with plt.style.context(["science", "nature"]):
with plt.style.context(["dark_background"]):
w, h = plt.figaspect(1 / 3)
fig, ax = plt.subplots(
1, 3, dpi=400, figsize=(w, h), sharex=True, sharey=True
Expand Down
3 changes: 2 additions & 1 deletion view/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
git+https://github.com/huawei-noah/HEBO.git#subdirectory=HEBO
git+https://github.com/lemurpwned/cmtj.git@cmtj-updates
git+https://github.com/lemurpwned/cmtj.git@streamlit/ui
matplotlib
networkx
numba
numpy
scipy
setuptools
streamlit
tqdm

0 comments on commit 7801e06

Please sign in to comment.