Skip to content

Commit 41ef97a

Browse files
committed
fix ax pdk
1 parent 6426a06 commit 41ef97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/pic_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def plot_parameter_history(parameters: List[Parameter], parameter_history: List[
238238
axs[i].legend()
239239
axs[i].grid(True)
240240

241-
plt.tight_layout(rect=[0, 0, 1, 0.96])
241+
plt.tight_layout(rect=(0, 0, 1, 0.96))
242242
plt.close(fig)
243243
return fig
244244

0 commit comments

Comments
 (0)