From 70cb5b68f3fe71fd1cf6fa22001f863c69f11959 Mon Sep 17 00:00:00 2001 From: "yali.wu" <yali.wu@stud.tu-darmstadt.de> Date: Fri, 20 Oct 2023 09:33:19 +0200 Subject: [PATCH] add legend --- plot_serializer/deserializer.py | 2 -- plot_serializer/plot.py | 1 - 2 files changed, 3 deletions(-) diff --git a/plot_serializer/deserializer.py b/plot_serializer/deserializer.py index e0748d9..721a725 100644 --- a/plot_serializer/deserializer.py +++ b/plot_serializer/deserializer.py @@ -53,5 +53,3 @@ class Deserializer: ax.legend() fig.tight_layout() return fig - - diff --git a/plot_serializer/plot.py b/plot_serializer/plot.py index e9ac644..d37e1ec 100644 --- a/plot_serializer/plot.py +++ b/plot_serializer/plot.py @@ -189,4 +189,3 @@ class Dataset: self._URL = None self._file_name = None pass - -- GitLab