Docstrings updated
This commit is contained in:
parent
9b75c82944
commit
18f82454a7
@ -59,6 +59,7 @@ Structure containing the package global options, accessible through `Gnuplot.opt
|
|||||||
- `default::Symbol`: default session name (default: `:default`)
|
- `default::Symbol`: default session name (default: `:default`)
|
||||||
- `init::Vector{String}`: commands to initialize the gnuplot session (e.g., to set default terminal)
|
- `init::Vector{String}`: commands to initialize the gnuplot session (e.g., to set default terminal)
|
||||||
- `verbose::Bool`: verbosity flag (default: `false`)
|
- `verbose::Bool`: verbosity flag (default: `false`)
|
||||||
|
- `use_binaryfiles::Bool`: whether to use binary files for data (default: `false`, **EXPERIMENTAL**)
|
||||||
"""
|
"""
|
||||||
Base.@kwdef mutable struct Options
|
Base.@kwdef mutable struct Options
|
||||||
dry::Bool = false
|
dry::Bool = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user