From 4b5a88aa9318fae5635161f16705b0284fd69aa9 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 25 Nov 2023 08:59:42 +0000 Subject: [PATCH] Add changelog entry --- upcoming_changes/3270.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 upcoming_changes/3270.bugfix.rst diff --git a/upcoming_changes/3270.bugfix.rst b/upcoming_changes/3270.bugfix.rst new file mode 100644 index 0000000000..f9bd957616 --- /dev/null +++ b/upcoming_changes/3270.bugfix.rst @@ -0,0 +1,4 @@ +Fix bugs in new marker implementation: + +- Markers str representation fails if the marker isn't added to a signal +- make :meth:`~.plot.markers.Markers.from_signal` to work with all markers - it was only working with :class:`~.plot.markers.Markers.Points` \ No newline at end of file