Update Gnuplot.jl
This commit is contained in:
parent
cc6510f034
commit
1ec6172a28
@ -2,7 +2,7 @@ __precompile__(true)
|
|||||||
|
|
||||||
module Gnuplot
|
module Gnuplot
|
||||||
|
|
||||||
using NormalizeStructure
|
using StructC14N
|
||||||
using ColorTypes
|
using ColorTypes
|
||||||
using Printf
|
using Printf
|
||||||
|
|
||||||
@ -199,7 +199,7 @@ function parseKeywords(; kwargs...)
|
|||||||
ylog=Bool,
|
ylog=Bool,
|
||||||
zlog=Bool)
|
zlog=Bool)
|
||||||
|
|
||||||
kw = NormalizeStructure.normalize(template; kwargs...)
|
kw = canonicalize(template; kwargs...)
|
||||||
out = Vector{String}()
|
out = Vector{String}()
|
||||||
ismissing(kw.xrange ) || (push!(out, "set xrange [" * join(kw.xrange , ":") * "]"))
|
ismissing(kw.xrange ) || (push!(out, "set xrange [" * join(kw.xrange , ":") * "]"))
|
||||||
ismissing(kw.yrange ) || (push!(out, "set yrange [" * join(kw.yrange , ":") * "]"))
|
ismissing(kw.yrange ) || (push!(out, "set yrange [" * join(kw.yrange , ":") * "]"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user