Skip to content
Snippets Groups Projects
Commit 5cf61256 authored by Dennis Noll's avatar Dennis Noll
Browse files

[plotting] style changes

parent 0a40a95c
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ def figure_weight_study(
):
multiplot = Multiplot(class_inps[0].shape[1:][::-1])
rows, cols = multiplot.lenghts()
size = 3
size = 5
fig, ax = plt.subplots(rows, cols, figsize=(cols * size, rows * size))
class_inps = [inps.reshape(inps.shape[0], -1) for inps in class_inps]
......@@ -341,7 +341,7 @@ def figure_weight_study(
align="edge",
)
if mode in ["weight", "rel"]:
if mode in ["weight"]:
ax[ax_index].set_yscale("log")
ax[ax_index].set_title(name)
ax[ax_index].legend()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment