From d883274586c0774d51c5c64d50600e6faaeb9540 Mon Sep 17 00:00:00 2001 From: Sebastian Pech Date: Fri, 3 Feb 2017 08:25:55 +0100 Subject: [PATCH] Fix comments --- src/backends/pgfplots.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backends/pgfplots.jl b/src/backends/pgfplots.jl index c45f9157..de4d4a6a 100644 --- a/src/backends/pgfplots.jl +++ b/src/backends/pgfplots.jl @@ -142,7 +142,7 @@ function pgf_add_annotation!(o,x,y,val) halign = val.font.halign == :hcenter ? "" : string(val.font.halign) cstr,a = pgf_color(val.font.color) push!(o, PGFPlots.Plots.Node(val.str, # Annotation Text - x, y, # x,y + x, y, style=""" $halign, color=$cstr, draw opacity=$(convert(Float16,a)), @@ -225,7 +225,7 @@ function pgf_axis(sp::Subplot, letter) # axis guide kw[Symbol(letter,:label)] = axis[:guide] - # ticks + # Add ticklabel rotations push!(style, "$(letter)ticklabel style={rotate = $(axis[:rotation])}") # flip/reverse?