add series_new.jl
This commit is contained in:
parent
5005d32afd
commit
4d3ebf31d4
10
src/series_new.jl
Normal file
10
src/series_new.jl
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user