Skip to content

Commit

Permalink
fixing Issue 28
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhairm committed Mar 15, 2016
1 parent 59db175 commit 253a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PGFPlots.jl
Expand Up @@ -33,7 +33,7 @@ function popPGFPlots()
popPGFPlotsOptions()
end

pgfplotsoptions() = join(_pgfplotsoptions, "\n")
pgfplotsoptions() = join(_pgfplotsoptions, ",\n")

_pgfplotspreamble = Any[readall(joinpath(Pkg.dir("PGFPlots"), "src", "preamble.tex"))]

Expand Down

0 comments on commit 253a2c3

Please sign in to comment.