From b81aa7cd62cfd276712df47a3ed620bad56c876b Mon Sep 17 00:00:00 2001 From: Wayne Date: Mon, 6 Jan 2025 14:38:16 -0500 Subject: [PATCH] make usage consistent with current Basic Example at matplotlib/org/ipympl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbda5a12..95db89ab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To enable the `ipympl` backend, simply use the `matplotlib` Jupyter magic: ``` -%matplotlib widget +%matplotlib ipympl ``` ## Documentation See the documentation at: https://matplotlib.org/ipympl/