Revert "annotations over marksers in pgfplotsx backend (#3957)"
This reverts commit 06bc99ef68dca50fd3f91cadff0b5d210ad3fdbf.
This commit is contained in:
parent
317bfc918a
commit
da7dbd6f76
@ -162,7 +162,6 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
"anchor" => "north west",
|
"anchor" => "north west",
|
||||||
"xshift" => string(dx),
|
"xshift" => string(dx),
|
||||||
"yshift" => string(-dy),
|
"yshift" => string(-dy),
|
||||||
"clip mode" => "individual",
|
|
||||||
)
|
)
|
||||||
sp_width > 0 * mm ? push!(axis_opt, "width" => string(axis_width)) : nothing
|
sp_width > 0 * mm ? push!(axis_opt, "width" => string(axis_width)) : nothing
|
||||||
sp_height > 0 * mm ? push!(axis_opt, "height" => string(axis_height)) : nothing
|
sp_height > 0 * mm ? push!(axis_opt, "height" => string(axis_height)) : nothing
|
||||||
@ -1056,11 +1055,7 @@ function pgfx_add_annotation!(
|
|||||||
push!(
|
push!(
|
||||||
o,
|
o,
|
||||||
join([
|
join([
|
||||||
raw"""
|
"\\node",
|
||||||
\begin{scope}
|
|
||||||
\clip \pgfextra{\pgfplotspathaxisoutline};
|
|
||||||
\node
|
|
||||||
""",
|
|
||||||
sprint(
|
sprint(
|
||||||
PGFPlotsX.print_tex,
|
PGFPlotsX.print_tex,
|
||||||
merge(
|
merge(
|
||||||
@ -1079,7 +1074,6 @@ function pgfx_add_annotation!(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
string(" at (", cs, x, ",", y, ") {", val.str, "};"),
|
string(" at (", cs, x, ",", y, ") {", val.str, "};"),
|
||||||
"\\end{scope}",
|
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user