From 654e4bdb0bf184df38ac12113528c45c98b38af1 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Wed, 30 Aug 2017 01:44:09 +0200 Subject: [PATCH] Updated dependency on AbbrvKW v0.3.1, to be used on Gnuplot.data --- REQUIRE | 3 +-- src/Gnuplot.jl | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/REQUIRE b/REQUIRE index 11f518b..b5f24c5 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,2 @@ julia 0.6 -AbbrvKW 0.3.0 - +AbbrvKW 0.3.1 diff --git a/src/Gnuplot.jl b/src/Gnuplot.jl index 0cf168c..589ed40 100644 --- a/src/Gnuplot.jl +++ b/src/Gnuplot.jl @@ -422,9 +422,9 @@ gp.dump() - `prefix::String`: prefix for data block name (an automatic counter will be appended); """ -function data(data::Vararg{AbstractArray{T,1},N}; - name::Union{Void,String}=nothing, - prefix::Union{Void,String}=nothing) where {T<:Number,N} +@AbbrvKW function data(data::Vararg{AbstractArray{T,1},N}; + name::Union{Void,String}=nothing, + prefix::Union{Void,String}=nothing) where {T<:Number,N} p_.getProcOrStartIt() cur = p_.main.states[p_.main.curPos]