From fb7c00eac02f105bab21c30c9b77273e7c8df741 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 26 Mar 2020 12:59:40 +0100 Subject: [PATCH] Docs updated --- src/Gnuplot.jl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index a828f86..b743a3e 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -364,17 +364,13 @@ end # │ write() and writeread() │ # ╰───────────────────────────────────────────────────────────────────╯ # --------------------------------------------------------------------- + """ - # write + write(gp, str) - Send a string to gnuplot's STDIN. +Send a string to gnuplot's STDIN. - The commands sent through `write` are not stored in the current - session (use `newcmd` to save commands in the current session). - - ## Arguments: - - `gp`: a `DrySession` object; - - `str::String`: command to be sent; +The commands sent through `write` are not stored in the current session (use `newcmd` to save commands in the current session). """ write(gp::DrySession, str::AbstractString) = nothing function write(gp::GPSession, str::AbstractString)