Add LaTeX output for pyplot backend.
Actually matplotlib supports outputting LaTeX via pgf: https://matplotlib.org/users/pgf.html
This commit is contained in:
parent
354e39e9bf
commit
022c79fa95
@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user