Fix comments

This commit is contained in:
Sebastian Pech 2017-02-03 08:25:55 +01:00
parent 803de95367
commit d883274586

View File

@ -142,7 +142,7 @@ function pgf_add_annotation!(o,x,y,val)
halign = val.font.halign == :hcenter ? "" : string(val.font.halign) halign = val.font.halign == :hcenter ? "" : string(val.font.halign)
cstr,a = pgf_color(val.font.color) cstr,a = pgf_color(val.font.color)
push!(o, PGFPlots.Plots.Node(val.str, # Annotation Text push!(o, PGFPlots.Plots.Node(val.str, # Annotation Text
x, y, # x,y x, y,
style=""" style="""
$halign, $halign,
color=$cstr, draw opacity=$(convert(Float16,a)), color=$cstr, draw opacity=$(convert(Float16,a)),
@ -225,7 +225,7 @@ function pgf_axis(sp::Subplot, letter)
# axis guide # axis guide
kw[Symbol(letter,:label)] = axis[:guide] kw[Symbol(letter,:label)] = axis[:guide]
# ticks # Add ticklabel rotations
push!(style, "$(letter)ticklabel style={rotate = $(axis[:rotation])}") push!(style, "$(letter)ticklabel style={rotate = $(axis[:rotation])}")
# flip/reverse? # flip/reverse?