From 97f26a8a757d10f3bea5253b027f24e9bed55604 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Dec 2024 21:20:07 +0530 Subject: [PATCH] Add another matplotlib kitty backend --- docs/integrations.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/integrations.rst b/docs/integrations.rst index d9469ec5a..c5ca66c32 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -147,9 +147,13 @@ protocol .. _tool_matplotlib: -`matplotlib `_ -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Show matplotlib plots directly in kitty +matplotlib +^^^^^^^^^^^^^^ + +There exist multiple backends for matplotlib to draw images directly in kitty. + +* `matplotlib-backend-kitty `__ +* `kitcat `__ .. _tool_KittyTerminalImage: