fix tests

This commit is contained in:
Simon Christ 2020-01-08 15:16:07 +01:00
parent 3b7464e739
commit 9bcab45cb8

View File

@ -261,7 +261,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
) )
push!(axis, segment_plot) push!(axis, segment_plot)
# fill between functions # fill between functions
if sf isa Tuple if sf isa Tuple && series[:ribbon] === nothing
sf1, sf2 = sf sf1, sf2 = sf
@assert sf1 == series_index @assert sf1 == series_index
push!(axis, series_func( push!(axis, series_func(