From bde1337e4585d8379a03f3e6ad051b994040aa10 Mon Sep 17 00:00:00 2001 From: Tizian Wenzel <tizian.wenzel@ians.uni-stuttgart.de> Date: Thu, 9 Feb 2023 13:58:03 +0100 Subject: [PATCH] Fixed a typo. --- example_files/01_testfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_files/01_testfile.py b/example_files/01_testfile.py index f4e7b0f..50bfe80 100644 --- a/example_files/01_testfile.py +++ b/example_files/01_testfile.py @@ -33,7 +33,7 @@ fig = plt.figure(2) fig.clf() plt.plot(model_1L.train_hist['f']) plt.plot(model_2L.train_hist['f']) -plt.legend(['1L, f max', '2L, p max']) +plt.legend(['1L, f max', '2L, f max']) plt.xlabel('training iteration') plt.xscale('log') plt.yscale('log') -- GitLab