diff --git a/src/series_new.jl b/src/series_new.jl new file mode 100644 index 00000000..2836e498 --- /dev/null +++ b/src/series_new.jl @@ -0,0 +1,10 @@ + +# we are going to build recipes to do the processing and splitting of the args + +# instead of process_inputs: + +@recipe function f{X<:Number,Y<:Number}(x::AVec{X}, y::AVec{Y}) + x --> x + y --> y + () +end