From 18f82454a7830348cd39d6f629cdc0a7418e2155 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Sun, 29 Mar 2020 16:33:40 +0200 Subject: [PATCH] Docstrings updated --- src/Gnuplot.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index e458a52..8d9be69 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -59,6 +59,7 @@ Structure containing the package global options, accessible through `Gnuplot.opt - `default::Symbol`: default session name (default: `:default`) - `init::Vector{String}`: commands to initialize the gnuplot session (e.g., to set default terminal) - `verbose::Bool`: verbosity flag (default: `false`) +- `use_binaryfiles::Bool`: whether to use binary files for data (default: `false`, **EXPERIMENTAL**) """ Base.@kwdef mutable struct Options dry::Bool = false