Skip to content

Commit

Permalink
update the background of matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Aug 24, 2024
1 parent 28dc877 commit 0838c55
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0838c55

Please sign in to comment.