Merge pull request #1925 from H-M-H/pyplot_tex

Add LaTeX output for pyplot backend.
This commit is contained in:
Michael Krabbe Borregaard 2019-02-23 10:10:58 +01:00 committed by GitHub
commit 6b70610770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1332,7 +1332,8 @@ const _pyplot_mimeformats = Dict(
"application/pdf" => "pdf",
"image/png" => "png",
"application/postscript" => "ps",
"image/svg+xml" => "svg"
"image/svg+xml" => "svg",
"application/x-tex" => "pgf"
)