Docstrings updated

This commit is contained in:
Giorgio Calderone 2020-03-29 16:33:40 +02:00
parent 9b75c82944
commit 18f82454a7

View File

@ -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