Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Nov 6, 2018
1 parent 7793350 commit ce854e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pango.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ function PangoLayout()
PangoLayout(layout)
end

# TODO temporary fix for plotting in Julia 0.7 (5 Nov 2018)
@warn "[TEMPORARY WORKAROUND, pangolayout] for plotting with Gadfly.jl, see https://github.com/GiovineItalia/Gadfly.jl/issues/1206"
const pangolayout = PangoLayout()

# Set the layout's font.
Expand Down

0 comments on commit ce854e1

Please sign in to comment.