From 63fff29621e626d8c4eccfb4a49c9b5f2128c3d9 Mon Sep 17 00:00:00 2001 From: Zaidhaan Hussain Date: Sat, 15 Apr 2023 06:44:11 +0800 Subject: [PATCH] Docs: fix heredoc issue in iplot snippet --- docs/integrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.rst b/docs/integrations.rst index c0bdd72d8..95643ce61 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -143,7 +143,7 @@ kitty with the following bash snippet: set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"#fdf6e3" behind plot $@ set output '/dev/null' - EOF + EOF } Add this to bashrc and then to plot a function, simply do: