Skip to content

Commit

Permalink
Minor changes in plotting function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-schloer committed Mar 3, 2022
1 parent 4e66a69 commit 1ffd677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/paperplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def make_argparser():


# True to run with ipython
if True:
if False:
class Args():
"""Workaround of argsparser."""

Expand Down Expand Up @@ -805,3 +805,4 @@ def __init__(self) -> None:
cplt.enumerate_subplots(np.array(axs).reshape(
len(net_measures), 4).T, pos_x=-0.1, pos_y=1.08)
# %%
plt.show()

0 comments on commit 1ffd677

Please sign in to comment.