undo pgfplots changes
This commit is contained in:
parent
53d9286e9f
commit
81492e5803
@ -252,7 +252,7 @@ function pgf_series(sp::Subplot, series::Series, extra_series_kwargs)
|
|||||||
else
|
else
|
||||||
PGFPlots.Linear
|
PGFPlots.Linear
|
||||||
end
|
end
|
||||||
push!(series_collection, func(seg_args...; kw..., plotattributes[:extra_kwargs]...))
|
push!(series_collection, func(seg_args...; kw...))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
series_collection
|
series_collection
|
||||||
@ -307,7 +307,7 @@ function pgf_fill_legend_hack(plotattributes, args)
|
|||||||
else
|
else
|
||||||
PGFPlots.Linear
|
PGFPlots.Linear
|
||||||
end
|
end
|
||||||
return func(([arg[1]] for arg in args)...; kw..., plotattributes[:extra_kwargs]...)
|
return func(([arg[1]] for arg in args)...; kw...)
|
||||||
end
|
end
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
@ -539,7 +539,7 @@ function _update_plot_object(plt::Plot{PGFPlotsBackend})
|
|||||||
|
|
||||||
# add the series object to the PGFPlots.Axis
|
# add the series object to the PGFPlots.Axis
|
||||||
for series in series_list(sp)
|
for series in series_list(sp)
|
||||||
push!.(Ref(o), pgf_series(sp, series, plt[:extra_kwargs][:series]))
|
push!.(Ref(o), pgf_series(sp, series))
|
||||||
|
|
||||||
# add series annotations
|
# add series annotations
|
||||||
anns = series[:series_annotations]
|
anns = series[:series_annotations]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user