From 044fbc01490ce1c76982310060c18c7b15035fa5 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 11 Feb 2023 11:51:59 +0000 Subject: [PATCH] Add changelog note --- doc/api/next_api_changes/deprecations/25196-EP.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/api/next_api_changes/deprecations/25196-EP.rst diff --git a/doc/api/next_api_changes/deprecations/25196-EP.rst b/doc/api/next_api_changes/deprecations/25196-EP.rst new file mode 100644 index 000000000000..99f55401976d --- /dev/null +++ b/doc/api/next_api_changes/deprecations/25196-EP.rst @@ -0,0 +1,4 @@ +``Line2D`` +~~~~~~~~~~ +When creating a Line2D or using `.Line2D.set_xdata` and `.Line2D.set_ydata`, +passing x/y data as non sequence is deprecated.